Skip to content

Commit

Permalink
bump octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jul 14, 2022
1 parent 1be5d56 commit 3b20201
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'omniauth-ldap'
gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
gem 'omniauth-rails_csrf_protection' # remove once https://github.com/omniauth/omniauth/pull/809 is resolved
gem 'octokit'
gem 'octokit', '4.25.0'
gem 'faraday'
gem 'faraday-http-cache'
gem 'warden'
Expand Down
54 changes: 38 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,31 @@ GEM
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.4.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
Expand All @@ -356,7 +377,7 @@ GEM
activerecord (>= 4.2, < 6.3)
activesupport (>= 4.2, < 6.3)
hashdiff (0.3.4)
hashie (3.6.0)
hashie (5.0.0)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
Expand Down Expand Up @@ -427,7 +448,7 @@ GEM
msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.2.3)
mysql2 (0.5.3)
net-http-persistent (2.9.4)
net-ldap (0.16.1)
Expand All @@ -448,9 +469,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octokit (4.18.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.25.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
Expand Down Expand Up @@ -574,6 +595,7 @@ GEM
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubyntlm (0.3.4)
Expand All @@ -588,9 +610,9 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
sentry-rails (5.3.1)
railties (>= 5.0)
sentry-ruby-core (~> 5.3.1)
Expand Down Expand Up @@ -638,11 +660,11 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.0)
zendesk_api (1.16.0)
faraday (~> 0.9)
hashie (>= 3.5.2, < 4.0.0)
zendesk_api (1.36.0)
faraday (>= 0.9.0, < 2.0.0)
hashie (>= 3.5.2, < 6.0.0)
inflection
mime-types
mini_mime
multipart-post (~> 2.0)

PLATFORMS
Expand Down Expand Up @@ -687,7 +709,7 @@ DEPENDENCIES
momentjs-rails
mysql2
net-http-persistent
octokit
octokit (= 4.25.0)
omniauth
omniauth-bitbucket
omniauth-github!
Expand Down

0 comments on commit 3b20201

Please sign in to comment.