Skip to content

Commit

Permalink
bump faraday gem
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 30, 2024
1 parent 726d483 commit 8875624
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
entitlements-app (1.0.0)
concurrent-ruby (= 1.1.9)
faraday (> 2.0, <= 2.7.10)
faraday (~> 2.0)
net-ldap (~> 0.19)
octokit (~> 4.18)
optimist (= 3.0.0)
Expand All @@ -27,10 +27,10 @@ GEM
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand All @@ -39,6 +39,8 @@ GEM
reline (>= 0.3.6)
json (2.6.3)
minitest (5.19.0)
net-http (0.4.1)
uri
net-ldap (0.19.0)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -94,7 +96,6 @@ GEM
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rugged (1.7.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
Expand All @@ -110,6 +111,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
uri (0.13.0)
vcr (4.0.0)
webmock (3.4.2)
addressable (>= 2.3.6)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.0.0"

s.add_dependency "concurrent-ruby", "= 1.1.9"
s.add_dependency "faraday", "> 2.0", "<= 2.7.10"
s.add_dependency "faraday", "~> 2.0"
s.add_dependency "net-ldap", "~> 0.19"
s.add_dependency "octokit", "~> 4.18"
s.add_dependency "optimist", "= 3.0.0"
Expand Down
Binary file removed vendor/cache/faraday-2.7.10.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-net_http-3.0.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby2_keywords-0.0.5.gem
Binary file not shown.
Binary file added vendor/cache/uri-0.13.0.gem
Binary file not shown.

0 comments on commit 8875624

Please sign in to comment.