Skip to content

Commit c24df61

Browse files
Update faraday requirement from >= 2.7.4, < 2.9.0 to >= 2.7.4, < 2.10.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.8.1...v2.9.0) --- 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 f47cb71 commit c24df61

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 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, < 2.9.0)
6+
faraday (>= 2.7.4, < 2.10.0)
77
sorbet-runtime (>= 0.5.10187)
88

99
GEM
@@ -29,11 +29,10 @@ GEM
2929
drb (2.2.0)
3030
ruby2_keywords
3131
erubi (1.12.0)
32-
faraday (2.8.1)
33-
base64
34-
faraday-net_http (>= 2.0, < 3.1)
35-
ruby2_keywords (>= 0.0.4)
36-
faraday-net_http (3.0.2)
32+
faraday (2.9.0)
33+
faraday-net_http (>= 2.0, < 3.2)
34+
faraday-net_http (3.1.0)
35+
net-http
3736
i18n (1.14.1)
3837
concurrent-ruby (~> 1.0)
3938
json (2.7.1)
@@ -43,6 +42,8 @@ GEM
4342
mocha (2.1.0)
4443
ruby2_keywords (>= 0.0.5)
4544
mutex_m (0.2.0)
45+
net-http (0.4.1)
46+
uri
4647
netrc (0.11.0)
4748
parallel (1.24.0)
4849
parser (3.2.2.4)
@@ -121,6 +122,7 @@ GEM
121122
tzinfo (2.0.6)
122123
concurrent-ruby (~> 1.0)
123124
unicode-display_width (2.5.0)
125+
uri (0.13.0)
124126
yard (0.9.34)
125127
yard-sorbet (0.8.1)
126128
sorbet-runtime (>= 0.5)

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", "< 2.9.0")
32+
spec.add_dependency("faraday", ">= 2.7.4", "< 2.10.0")
3333
spec.add_dependency("sorbet-runtime", ">= 0.5.10187")
3434
end

0 commit comments

Comments
 (0)