Skip to content

Commit

Permalink
reverting faraday changes for Ruby 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 29, 2024
1 parent d1d4416 commit 1ee29af
Show file tree
Hide file tree
Showing 28 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
entitlements-app (0.3.4)
concurrent-ruby (= 1.3.1)
faraday (~> 2.0)
faraday (= 2.7.10)
net-ldap (~> 0.17)
octokit (~> 4.18)
optimist (= 3.0.0)
Expand All @@ -21,37 +21,37 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.0.2)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
net-http
hashdiff (1.0.1)
hashdiff (1.1.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.7.4)
reline (>= 0.3.6)
json (2.6.3)
io-console (0.7.2)
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-ldap (0.19.0)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -61,13 +61,17 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
psych (5.1.2)
stringio
public_suffix (5.0.5)
racc (1.8.0)
rack (3.0.11)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.3.8)
reline (0.5.8)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand Down Expand Up @@ -110,6 +114,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 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 @@ -121,11 +126,11 @@ GEM
simplecov-erb (1.0.1)
simplecov (< 1.0)
simplecov-html (0.10.2)
stringio (3.1.0)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
vcr (4.0.0)
webmock (3.4.2)
addressable (>= 2.3.6)
Expand All @@ -134,6 +139,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
debug (<= 1.8.0)
Expand All @@ -151,4 +157,4 @@ DEPENDENCIES
webmock (= 3.4.2)

BUNDLED WITH
2.3.19
2.5.9
2 changes: 1 addition & 1 deletion entitlements-app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = %w[deploy-entitlements]

s.add_dependency "concurrent-ruby", "= 1.3.1"
s.add_dependency "faraday", "~> 2.0"
s.add_dependency "faraday", "= 2.7.10"
s.add_dependency "net-ldap", "~> 0.17"
s.add_dependency "octokit", "~> 4.18"
s.add_dependency "optimist", "= 3.0.0"
Expand Down
Binary file removed vendor/cache/addressable-2.8.5.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.6.gem
Binary file not shown.
Binary file removed vendor/cache/crack-0.4.5.gem
Binary file not shown.
Binary file added vendor/cache/crack-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.5.1.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.7.10.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/hashdiff-1.0.1.gem
Binary file not shown.
Binary file added vendor/cache/hashdiff-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/io-console-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.7.2.gem
Binary file not shown.
Binary file added vendor/cache/irb-1.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/irb-1.7.4.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.2.gem
Binary file not shown.
Binary file removed vendor/cache/net-http-0.4.1.gem
Binary file not shown.
Binary file added vendor/cache/psych-5.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-5.0.3.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.5.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.3.8.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.5.8.gem
Binary file not shown.
Binary file added vendor/cache/ruby2_keywords-0.0.5.gem
Binary file not shown.
Binary file added vendor/cache/stringio-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/uri-0.13.0.gem
Binary file not shown.

0 comments on commit 1ee29af

Please sign in to comment.