Skip to content

Commit 3f0b56d

Browse files
Bump omniauth from 1.9.2 to 2.0.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.2 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](omniauth/omniauth@v1.9.2...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 308baa9 commit 3f0b56d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gem 'bcrypt'
6666
gem 'doorkeeper'
6767

6868
# OAuth clients
69-
gem 'omniauth', '~> 1.9'
69+
gem 'omniauth', '~> 2.0'
7070
gem 'omniauth-identity'
7171
gem 'omniauth-facebook'
7272
gem 'omniauth-twitter'

Gemfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,17 +491,18 @@ GEM
491491
bigdecimal (>= 3.0)
492492
ostruct (>= 0.2)
493493
oj_mimic_json (1.0.1)
494-
omniauth (1.9.2)
494+
omniauth (2.0.0)
495495
hashie (>= 3.4.6)
496496
rack (>= 1.6.2, < 3)
497+
rack-protection
497498
omniauth-facebook (10.0.0)
498499
bigdecimal
499500
omniauth-oauth2 (>= 1.2, < 3)
500-
omniauth-google-oauth2 (0.8.2)
501+
omniauth-google-oauth2 (1.0.1)
501502
jwt (>= 2.0)
502503
oauth2 (~> 1.1)
503-
omniauth (~> 1.1)
504-
omniauth-oauth2 (>= 1.6)
504+
omniauth (~> 2.0)
505+
omniauth-oauth2 (~> 1.7.1)
505506
omniauth-identity (3.0.9)
506507
bcrypt
507508
omniauth
@@ -582,6 +583,9 @@ GEM
582583
rack (< 4)
583584
rack-cors (2.0.2)
584585
rack (>= 2.0.0)
586+
rack-protection (3.2.0)
587+
base64 (>= 0.1.0)
588+
rack (~> 2.2, >= 2.2.4)
585589
rack-session (1.0.2)
586590
rack (< 3)
587591
rack-test (2.1.0)
@@ -877,7 +881,7 @@ DEPENDENCIES
877881
mini_racer
878882
oj
879883
oj_mimic_json
880-
omniauth (~> 1.9)
884+
omniauth (~> 2.0)
881885
omniauth-facebook
882886
omniauth-google-oauth2
883887
omniauth-identity

0 commit comments

Comments
 (0)