Merge pull request #5211 from consuldemocracy/dependabot/bundler/omniauth-google-oauth2-1.1.1
Bump omniauth-google-oauth2 from 1.0.1 to 1.1.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -40,7 +40,7 @@ gem "leaflet-rails", "~> 1.9.3"
|
|||||||
gem "mini_magick", "~> 4.12.0"
|
gem "mini_magick", "~> 4.12.0"
|
||||||
gem "omniauth", "~> 2.1.1"
|
gem "omniauth", "~> 2.1.1"
|
||||||
gem "omniauth-facebook", "~> 9.0.0"
|
gem "omniauth-facebook", "~> 9.0.0"
|
||||||
gem "omniauth-google-oauth2", "~> 1.0.1"
|
gem "omniauth-google-oauth2", "~> 1.1.1"
|
||||||
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
||||||
gem "omniauth-twitter", "~> 1.4.0"
|
gem "omniauth-twitter", "~> 1.4.0"
|
||||||
gem "paranoia", "~> 2.6.2"
|
gem "paranoia", "~> 2.6.2"
|
||||||
|
|||||||
25
Gemfile.lock
25
Gemfile.lock
@@ -288,7 +288,7 @@ GEM
|
|||||||
jquery-ui-rails (6.0.1)
|
jquery-ui-rails (6.0.1)
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
jwt (2.5.0)
|
jwt (2.7.1)
|
||||||
kaminari (1.2.2)
|
kaminari (1.2.2)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
kaminari-actionview (= 1.2.2)
|
kaminari-actionview (= 1.2.2)
|
||||||
@@ -367,12 +367,13 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nori (2.6.0)
|
nori (2.6.0)
|
||||||
oauth (0.5.6)
|
oauth (0.5.6)
|
||||||
oauth2 (1.4.10)
|
oauth2 (2.0.9)
|
||||||
faraday (>= 0.17.3, < 3.0)
|
faraday (>= 0.17.3, < 3.0)
|
||||||
jwt (>= 1.0, < 3.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
multi_json (~> 1.3)
|
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 4)
|
||||||
|
snaky_hash (~> 2.0)
|
||||||
|
version_gem (~> 1.1)
|
||||||
octokit (6.1.1)
|
octokit (6.1.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
@@ -382,17 +383,17 @@ GEM
|
|||||||
rack-protection
|
rack-protection
|
||||||
omniauth-facebook (9.0.0)
|
omniauth-facebook (9.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
omniauth-google-oauth2 (1.0.1)
|
omniauth-google-oauth2 (1.1.1)
|
||||||
jwt (>= 2.0)
|
jwt (>= 2.0)
|
||||||
oauth2 (~> 1.1)
|
oauth2 (~> 2.0.6)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
omniauth-oauth2 (~> 1.7.1)
|
omniauth-oauth2 (~> 1.8.0)
|
||||||
omniauth-oauth (1.2.0)
|
omniauth-oauth (1.2.0)
|
||||||
oauth
|
oauth
|
||||||
omniauth (>= 1.0, < 3)
|
omniauth (>= 1.0, < 3)
|
||||||
omniauth-oauth2 (1.7.3)
|
omniauth-oauth2 (1.8.0)
|
||||||
oauth2 (>= 1.4, < 3)
|
oauth2 (>= 1.4, < 3)
|
||||||
omniauth (>= 1.9, < 3)
|
omniauth (~> 2.0)
|
||||||
omniauth-rails_csrf_protection (1.0.1)
|
omniauth-rails_csrf_protection (1.0.1)
|
||||||
actionpack (>= 4.2)
|
actionpack (>= 4.2)
|
||||||
omniauth (~> 2.0)
|
omniauth (~> 2.0)
|
||||||
@@ -587,6 +588,9 @@ GEM
|
|||||||
sitemap_generator (6.3.0)
|
sitemap_generator (6.3.0)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
smart_properties (1.17.0)
|
smart_properties (1.17.0)
|
||||||
|
snaky_hash (2.0.1)
|
||||||
|
hashie
|
||||||
|
version_gem (~> 1.1, >= 1.1.1)
|
||||||
social-share-button (1.2.4)
|
social-share-button (1.2.4)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
socksify (1.7.1)
|
socksify (1.7.1)
|
||||||
@@ -631,6 +635,7 @@ GEM
|
|||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
uniform_notifier (1.16.0)
|
uniform_notifier (1.16.0)
|
||||||
uuidtools (2.2.0)
|
uuidtools (2.2.0)
|
||||||
|
version_gem (1.1.3)
|
||||||
view_component (2.78.0)
|
view_component (2.78.0)
|
||||||
activesupport (>= 5.0.0, < 8.0)
|
activesupport (>= 5.0.0, < 8.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@@ -720,7 +725,7 @@ DEPENDENCIES
|
|||||||
mini_magick (~> 4.12.0)
|
mini_magick (~> 4.12.0)
|
||||||
omniauth (~> 2.1.1)
|
omniauth (~> 2.1.1)
|
||||||
omniauth-facebook (~> 9.0.0)
|
omniauth-facebook (~> 9.0.0)
|
||||||
omniauth-google-oauth2 (~> 1.0.1)
|
omniauth-google-oauth2 (~> 1.1.1)
|
||||||
omniauth-rails_csrf_protection (~> 1.0.1)
|
omniauth-rails_csrf_protection (~> 1.0.1)
|
||||||
omniauth-twitter (~> 1.4.0)
|
omniauth-twitter (~> 1.4.0)
|
||||||
paranoia (~> 2.6.2)
|
paranoia (~> 2.6.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user