From 34ef4602bee0442abb77475bacf7453643296b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:27:23 +0000 Subject: [PATCH] build(deps): update faraday requirement from >= 1.4.1, < 2.14.0 to >= 1.4.1, < 2.15.0 Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.4.1...v2.14.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flash_integration.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_integration.gemspec b/flash_integration.gemspec index db90c34..06a847a 100644 --- a/flash_integration.gemspec +++ b/flash_integration.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.metadata["source_code_uri"] = "https://github.com/Quasar-Flash/flash_integration" s.metadata["bug_tracker_uri"] = "https://github.com/Quasar-Flash/flash_integration/issues" - s.add_dependency "faraday", ">= 1.4.1", "< 2.14.0" + s.add_dependency "faraday", ">= 1.4.1", "< 2.15.0" s.add_dependency "faraday-multipart" s.add_development_dependency "bundler", ">= 1.2"