Skip to content

Commit 236af41

Browse files
Update faraday requirement from ~> 2.7.4 to >= 2.7.4, < 2.9.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](lostisland/faraday@v2.7.12...v2.8.1) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f19f065 commit 236af41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
lunchmoney-ruby (0.5.0)
55
activesupport (~> 7.0)
6-
faraday (~> 2.7.4)
6+
faraday (>= 2.7.4, < 2.9.0)
77
sorbet-runtime (>= 0.5.10187)
88

99
GEM
@@ -29,7 +29,7 @@ GEM
2929
drb (2.2.0)
3030
ruby2_keywords
3131
erubi (1.12.0)
32-
faraday (2.7.12)
32+
faraday (2.8.1)
3333
base64
3434
faraday-net_http (>= 2.0, < 3.1)
3535
ruby2_keywords (>= 0.0.4)

lunchmoney-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.require_paths = ["lib"]
3030

3131
spec.add_dependency("activesupport", "~> 7.0")
32-
spec.add_dependency("faraday", "~> 2.7.4")
32+
spec.add_dependency("faraday", ">= 2.7.4", "< 2.9.0")
3333
spec.add_dependency("sorbet-runtime", ">= 0.5.10187")
3434
end

0 commit comments

Comments
 (0)