Skip to content

Commit db1fde2

Browse files
Bump omniauth from 1.9.1 to 2.0.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](omniauth/omniauth@v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9839e31 commit db1fde2

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ GEM
7373
sshkit (>= 1.6.1, != 1.7.0)
7474
ast (2.4.2)
7575
backports (3.25.0)
76+
base64 (0.2.0)
7677
bcrypt (3.1.16)
7778
bcrypt_pbkdf (1.0.1)
7879
bech32 (1.4.2)
@@ -185,7 +186,7 @@ GEM
185186
haml (>= 4.0.6)
186187
railties (>= 5.1)
187188
hashdiff (1.0.1)
188-
hashie (4.1.0)
189+
hashie (5.0.0)
189190
http-accept (1.7.0)
190191
http-cookie (1.0.3)
191192
domain_name (~> 0.5)
@@ -279,15 +280,16 @@ GEM
279280
octokit (4.19.0)
280281
faraday (>= 0.9)
281282
sawyer (~> 0.8.0, >= 0.5.3)
282-
omniauth (1.9.1)
283+
omniauth (2.0.0)
283284
hashie (>= 3.4.6)
284285
rack (>= 1.6.2, < 3)
285-
omniauth-github (1.4.0)
286-
omniauth (~> 1.5)
287-
omniauth-oauth2 (>= 1.4.0, < 2.0)
288-
omniauth-oauth2 (1.7.0)
289-
oauth2 (~> 1.4)
290-
omniauth (~> 1.9)
286+
rack-protection
287+
omniauth-github (2.0.1)
288+
omniauth (~> 2.0)
289+
omniauth-oauth2 (~> 1.8)
290+
omniauth-oauth2 (1.8.0)
291+
oauth2 (>= 1.4, < 3)
292+
omniauth (~> 2.0)
291293
omniauth-rails_csrf_protection (0.1.2)
292294
actionpack (>= 4.2)
293295
omniauth (>= 1.3.1)
@@ -309,6 +311,9 @@ GEM
309311
nio4r (~> 2.0)
310312
racc (1.8.1)
311313
rack (2.2.10)
314+
rack-protection (3.2.0)
315+
base64 (>= 0.1.0)
316+
rack (~> 2.2, >= 2.2.4)
312317
rack-test (2.1.0)
313318
rack (>= 1.3)
314319
rails (6.1.7.10)

0 commit comments

Comments
 (0)