Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'bugsnag', '~> 6.19.0'
gem 'bundler', '= 2.4.8'
gem 'cocoapods', '~> 1.12.0'
gem 'deepsort', '~> 0.4.5'
gem 'faraday', '~> 1.3'
gem 'faraday', '~> 2.9'
gem 'github-linguist', '~> 7.13.0'
gem 'nokogiri', '~> 1.14.3'
gem 'parser', '~> 3.1.3'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ GEM
escape_utils (1.2.1)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand All @@ -102,9 +101,10 @@ GEM
mini_portile2 (2.8.4)
minitest (5.20.0)
molinillo (0.8.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
nap (1.1.0)
net-http (0.4.1)
uri
netrc (0.11.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -157,7 +157,6 @@ GEM
parser (>= 2.7.1.5)
ruby-macho (2.5.1)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
rubyzip (2.3.2)
rugged (1.5.1)
safe_yaml (1.0.5)
Expand All @@ -176,6 +175,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
uri (0.13.0)
webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -201,7 +201,7 @@ DEPENDENCIES
bundler-audit (~> 0.9.1)
cocoapods (~> 1.12.0)
deepsort (~> 0.4.5)
faraday (~> 1.3)
faraday (~> 2.9)
github-linguist (~> 7.13.0)
json-schema (~> 3.0)
nokogiri (~> 1.14.3)
Expand Down