Skip to content

Commit fc306c7

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 5a93ef7 commit fc306c7

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ GEM
184184
html2haml (>= 1.0.1)
185185
railties (>= 5.1)
186186
hashdiff (1.0.1)
187-
hashie (4.1.0)
187+
hashie (5.0.0)
188188
html2haml (2.2.0)
189189
erubis (~> 2.7.0)
190190
haml (>= 4.0, < 6)
@@ -265,7 +265,7 @@ GEM
265265
net-ssh (6.1.0)
266266
netrc (0.11.0)
267267
nio4r (2.5.8)
268-
nokogiri (1.14.2-arm64-darwin)
268+
nokogiri (1.14.2-x86_64-linux)
269269
racc (~> 1.4)
270270
oauth2 (1.4.4)
271271
faraday (>= 0.8, < 2.0)
@@ -276,15 +276,16 @@ GEM
276276
octokit (4.19.0)
277277
faraday (>= 0.9)
278278
sawyer (~> 0.8.0, >= 0.5.3)
279-
omniauth (1.9.1)
279+
omniauth (2.0.0)
280280
hashie (>= 3.4.6)
281281
rack (>= 1.6.2, < 3)
282-
omniauth-github (1.4.0)
283-
omniauth (~> 1.5)
284-
omniauth-oauth2 (>= 1.4.0, < 2.0)
285-
omniauth-oauth2 (1.7.0)
286-
oauth2 (~> 1.4)
287-
omniauth (~> 1.9)
282+
rack-protection
283+
omniauth-github (2.0.1)
284+
omniauth (~> 2.0)
285+
omniauth-oauth2 (~> 1.8)
286+
omniauth-oauth2 (1.8.0)
287+
oauth2 (>= 1.4, < 3)
288+
omniauth (~> 2.0)
288289
omniauth-rails_csrf_protection (0.1.2)
289290
actionpack (>= 4.2)
290291
omniauth (>= 1.3.1)
@@ -305,6 +306,8 @@ GEM
305306
nio4r (~> 2.0)
306307
racc (1.6.2)
307308
rack (2.2.6.4)
309+
rack-protection (3.0.5)
310+
rack
308311
rack-test (2.1.0)
309312
rack (>= 1.3)
310313
rails (6.1.7.3)
@@ -476,7 +479,7 @@ GEM
476479
zeitwerk (2.6.7)
477480

478481
PLATFORMS
479-
ruby
482+
x86_64-linux
480483

481484
DEPENDENCIES
482485
acts_as_paranoid

0 commit comments

Comments
 (0)