Skip to content

Commit fd14925

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 4cfcda3 commit fd14925

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
@@ -65,7 +65,7 @@ gem 'bcrypt'
6565
gem 'doorkeeper'
6666

6767
# OAuth clients
68-
gem 'omniauth', '~> 1.9'
68+
gem 'omniauth', '~> 2.0'
6969
gem 'omniauth-identity'
7070
gem 'omniauth-facebook'
7171
gem 'omniauth-twitter'

Gemfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,17 +471,18 @@ GEM
471471
bigdecimal (>= 3.0)
472472
ostruct (>= 0.2)
473473
oj_mimic_json (1.0.1)
474-
omniauth (1.9.2)
474+
omniauth (2.0.0)
475475
hashie (>= 3.4.6)
476476
rack (>= 1.6.2, < 3)
477+
rack-protection
477478
omniauth-facebook (10.0.0)
478479
bigdecimal
479480
omniauth-oauth2 (>= 1.2, < 3)
480-
omniauth-google-oauth2 (0.8.2)
481+
omniauth-google-oauth2 (1.0.1)
481482
jwt (>= 2.0)
482483
oauth2 (~> 1.1)
483-
omniauth (~> 1.1)
484-
omniauth-oauth2 (>= 1.6)
484+
omniauth (~> 2.0)
485+
omniauth-oauth2 (~> 1.7.1)
485486
omniauth-identity (3.0.9)
486487
bcrypt
487488
omniauth
@@ -569,6 +570,9 @@ GEM
569570
rack (< 4)
570571
rack-cors (2.0.2)
571572
rack (>= 2.0.0)
573+
rack-protection (3.2.0)
574+
base64 (>= 0.1.0)
575+
rack (~> 2.2, >= 2.2.4)
572576
rack-session (1.0.2)
573577
rack (< 3)
574578
rack-test (2.2.0)
@@ -865,7 +869,7 @@ DEPENDENCIES
865869
mini_racer
866870
oj
867871
oj_mimic_json
868-
omniauth (~> 1.9)
872+
omniauth (~> 2.0)
869873
omniauth-facebook
870874
omniauth-google-oauth2
871875
omniauth-identity

0 commit comments

Comments
 (0)