Merge pull request #4929 from consul/dependabot/bundler/master/omniauth-2.1.0
Bump omniauth from 2.0.4 to 2.1.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -36,7 +36,7 @@ gem "jquery-rails", "~> 4.5.0"
|
|||||||
gem "jquery-ui-rails", "~> 6.0.1"
|
gem "jquery-ui-rails", "~> 6.0.1"
|
||||||
gem "kaminari", "~> 1.2.2"
|
gem "kaminari", "~> 1.2.2"
|
||||||
gem "mini_magick", "~> 4.11.0"
|
gem "mini_magick", "~> 4.11.0"
|
||||||
gem "omniauth", "~> 2.0.4"
|
gem "omniauth", "~> 2.1.0"
|
||||||
gem "omniauth-facebook", "~> 8.0.0"
|
gem "omniauth-facebook", "~> 8.0.0"
|
||||||
gem "omniauth-google-oauth2", "~> 1.0.0"
|
gem "omniauth-google-oauth2", "~> 1.0.0"
|
||||||
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
||||||
|
|||||||
@@ -416,9 +416,9 @@ GEM
|
|||||||
octokit (4.21.0)
|
octokit (4.21.0)
|
||||||
faraday (>= 0.9)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
omniauth (2.0.4)
|
omniauth (2.1.0)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 2.2.3)
|
||||||
rack-protection
|
rack-protection
|
||||||
omniauth-facebook (8.0.0)
|
omniauth-facebook (8.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
@@ -758,7 +758,7 @@ DEPENDENCIES
|
|||||||
letter_opener_web (~> 2.0.0)
|
letter_opener_web (~> 2.0.0)
|
||||||
mdl (~> 0.11.0)
|
mdl (~> 0.11.0)
|
||||||
mini_magick (~> 4.11.0)
|
mini_magick (~> 4.11.0)
|
||||||
omniauth (~> 2.0.4)
|
omniauth (~> 2.1.0)
|
||||||
omniauth-facebook (~> 8.0.0)
|
omniauth-facebook (~> 8.0.0)
|
||||||
omniauth-google-oauth2 (~> 1.0.0)
|
omniauth-google-oauth2 (~> 1.0.0)
|
||||||
omniauth-rails_csrf_protection (~> 1.0.1)
|
omniauth-rails_csrf_protection (~> 1.0.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user