Skip to content

Commit 4508b7f

Browse files
authored
Merge pull request #61 from halorrr/dependabot/bundler/faraday-2.9.0
Update faraday requirement from >= 2.7.4, < 2.9.0 to >= 2.7.4, < 2.10.0
2 parents 9ea905e + 28f8666 commit 4508b7f

File tree

6 files changed

+6513
-116
lines changed

6 files changed

+6513
-116
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.3.0.3)
@@ -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

sorbet/rbi/gems/faraday-net_http@3.0.2.rbi renamed to sorbet/rbi/gems/faraday-net_http@3.1.0.rbi

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)