Skip to content

Commit ee9873e

Browse files
Bump omniauth-github from 1.4.0 to 2.0.1
Bumps [omniauth-github](https://github.com/intridea/omniauth-github) from 1.4.0 to 2.0.1. - [Release notes](https://github.com/intridea/omniauth-github/releases) - [Commits](omniauth/omniauth-github@v1.4.0...v2.0.1) --- updated-dependencies: - dependency-name: omniauth-github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d4820c commit ee9873e

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GEM
154154
railties (>= 5.0.0)
155155
faker (2.21.0)
156156
i18n (>= 1.8.11, < 2)
157-
faraday (2.7.3)
157+
faraday (2.7.4)
158158
faraday-net_http (>= 2.0, < 3.1)
159159
ruby2_keywords (>= 0.0.4)
160160
faraday-net_http (3.0.2)
@@ -202,7 +202,7 @@ GEM
202202
jquery-ui-rails (6.0.1)
203203
railties (>= 3.2.16)
204204
json (2.6.3)
205-
jwt (2.5.0)
205+
jwt (2.6.0)
206206
kaminari (1.2.2)
207207
activesupport (>= 4.1.0)
208208
kaminari-actionview (= 1.2.2)
@@ -237,7 +237,6 @@ GEM
237237
mini_mime (1.1.2)
238238
mini_portile2 (2.8.1)
239239
minitest (5.17.0)
240-
multi_json (1.15.0)
241240
multi_xml (0.6.0)
242241
nenv (0.3.0)
243242
nested_form (0.3.2)
@@ -257,24 +256,26 @@ GEM
257256
notiffany (0.1.3)
258257
nenv (~> 0.1)
259258
shellany (~> 0.0)
260-
oauth2 (1.4.9)
259+
oauth2 (2.0.9)
261260
faraday (>= 0.17.3, < 3.0)
262261
jwt (>= 1.0, < 3.0)
263-
multi_json (~> 1.3)
264262
multi_xml (~> 0.5)
265-
rack (>= 1.2, < 3)
263+
rack (>= 1.2, < 4)
264+
snaky_hash (~> 2.0)
265+
version_gem (~> 1.1)
266266
octokit (4.25.1)
267267
faraday (>= 1, < 3)
268268
sawyer (~> 0.9)
269-
omniauth (1.9.2)
269+
omniauth (2.1.1)
270270
hashie (>= 3.4.6)
271-
rack (>= 1.6.2, < 3)
272-
omniauth-github (1.4.0)
273-
omniauth (~> 1.5)
274-
omniauth-oauth2 (>= 1.4.0, < 2.0)
275-
omniauth-oauth2 (1.7.3)
271+
rack (>= 2.2.3)
272+
rack-protection
273+
omniauth-github (2.0.1)
274+
omniauth (~> 2.0)
275+
omniauth-oauth2 (~> 1.8)
276+
omniauth-oauth2 (1.8.0)
276277
oauth2 (>= 1.4, < 3)
277-
omniauth (>= 1.9, < 3)
278+
omniauth (~> 2.0)
278279
omniauth-rails_csrf_protection (0.1.2)
279280
actionpack (>= 4.2)
280281
omniauth (>= 1.3.1)
@@ -297,6 +298,8 @@ GEM
297298
rack-pjax (1.1.0)
298299
nokogiri (~> 1.5)
299300
rack (>= 1.1)
301+
rack-protection (3.0.5)
302+
rack
300303
rack-test (2.0.2)
301304
rack (>= 1.3)
302305
rails (6.1.7.1)
@@ -417,6 +420,9 @@ GEM
417420
simplecov-html (0.12.3)
418421
simplecov-lcov (0.8.0)
419422
simplecov_json_formatter (0.1.4)
423+
snaky_hash (2.0.1)
424+
hashie
425+
version_gem (~> 1.1, >= 1.1.1)
420426
sparkr (0.4.1)
421427
spring (4.1.1)
422428
spring-watcher-listen (2.1.0)
@@ -452,6 +458,7 @@ GEM
452458
execjs (>= 0.3.0, < 3)
453459
unicode-display_width (2.4.2)
454460
vcr (6.1.0)
461+
version_gem (1.1.1)
455462
warden (1.2.9)
456463
rack (>= 2.0.9)
457464
web-console (4.2.0)

0 commit comments

Comments
 (0)