Skip to content

Commit 118d911

Browse files
Bump omniauth-github from 1.4.0 to 2.0.0
Bumps [omniauth-github](https://github.com/intridea/omniauth-github) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/intridea/omniauth-github/releases) - [Commits](omniauth/omniauth-github@v1.4.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0d19f7 commit 118d911

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ GEM
236236
mini_mime (1.1.2)
237237
mini_portile2 (2.8.0)
238238
minitest (5.16.2)
239-
multi_json (1.15.0)
240239
multi_xml (0.6.0)
241240
nenv (0.3.0)
242241
nested_form (0.3.2)
@@ -247,21 +246,23 @@ GEM
247246
notiffany (0.1.3)
248247
nenv (~> 0.1)
249248
shellany (~> 0.0)
250-
oauth2 (1.4.9)
249+
oauth2 (2.0.5)
251250
faraday (>= 0.17.3, < 3.0)
252251
jwt (>= 1.0, < 3.0)
253-
multi_json (~> 1.3)
254252
multi_xml (~> 0.5)
255253
rack (>= 1.2, < 3)
254+
rash_alt (>= 0.4, < 1)
255+
version_gem (~> 1.1)
256256
octokit (4.25.1)
257257
faraday (>= 1, < 3)
258258
sawyer (~> 0.9)
259-
omniauth (1.9.1)
259+
omniauth (2.1.0)
260260
hashie (>= 3.4.6)
261-
rack (>= 1.6.2, < 3)
262-
omniauth-github (1.4.0)
263-
omniauth (~> 1.5)
264-
omniauth-oauth2 (>= 1.4.0, < 2.0)
261+
rack (>= 2.2.3)
262+
rack-protection
263+
omniauth-github (2.0.0)
264+
omniauth (~> 2.0)
265+
omniauth-oauth2 (~> 1.7.1)
265266
omniauth-oauth2 (1.7.3)
266267
oauth2 (>= 1.4, < 3)
267268
omniauth (>= 1.9, < 3)
@@ -287,6 +288,8 @@ GEM
287288
rack-pjax (1.1.0)
288289
nokogiri (~> 1.5)
289290
rack (>= 1.1)
291+
rack-protection (2.2.0)
292+
rack
290293
rack-test (2.0.2)
291294
rack (>= 1.3)
292295
rails (6.1.6)
@@ -329,6 +332,8 @@ GEM
329332
thor (~> 1.0)
330333
rainbow (3.1.1)
331334
rake (13.0.6)
335+
rash_alt (0.4.12)
336+
hashie (>= 3.4)
332337
rb-fsevent (0.11.1)
333338
rb-inotify (0.10.1)
334339
ffi (~> 1.0)
@@ -450,6 +455,7 @@ GEM
450455
execjs (>= 0.3.0, < 3)
451456
unicode-display_width (2.2.0)
452457
vcr (6.1.0)
458+
version_gem (1.1.0)
453459
warden (1.2.9)
454460
rack (>= 2.0.9)
455461
web-console (4.2.0)

0 commit comments

Comments
 (0)