Merge pull request #5864 from consuldemocracy/dependabot/bundler/omniauth-google-oauth2-1.2.1
Bump omniauth-google-oauth2 from 1.2.0 to 1.2.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -36,7 +36,7 @@ gem "kaminari", "~> 1.2.2"
|
||||
gem "mini_magick", "~> 4.13.2"
|
||||
gem "omniauth", "~> 2.1.2"
|
||||
gem "omniauth-facebook", "~> 10.0.0"
|
||||
gem "omniauth-google-oauth2", "~> 1.2.0"
|
||||
gem "omniauth-google-oauth2", "~> 1.2.1"
|
||||
gem "omniauth-rails_csrf_protection", "~> 1.0.2"
|
||||
gem "omniauth-twitter", "~> 1.4.0"
|
||||
gem "paranoia", "~> 3.0.1"
|
||||
|
||||
35
Gemfile.lock
35
Gemfile.lock
@@ -108,7 +108,7 @@ GEM
|
||||
activesupport (>= 5.2, < 8.2)
|
||||
autoprefixer-rails (10.4.19.0)
|
||||
execjs (~> 2)
|
||||
base64 (0.2.0)
|
||||
base64 (0.3.0)
|
||||
bcrypt (3.1.20)
|
||||
benchmark (0.4.0)
|
||||
better_html (2.1.1)
|
||||
@@ -118,7 +118,7 @@ GEM
|
||||
erubi (~> 1.4)
|
||||
parser (>= 2.4)
|
||||
smart_properties
|
||||
bigdecimal (3.1.9)
|
||||
bigdecimal (3.2.2)
|
||||
bindex (0.8.1)
|
||||
bing_translator (6.2.0)
|
||||
json
|
||||
@@ -317,7 +317,7 @@ GEM
|
||||
rdoc
|
||||
reline (>= 0.4.2)
|
||||
json (2.12.2)
|
||||
jwt (2.9.3)
|
||||
jwt (2.10.1)
|
||||
base64
|
||||
kaminari (1.2.2)
|
||||
activesupport (>= 4.1.0)
|
||||
@@ -380,7 +380,7 @@ GEM
|
||||
mixlib-shellout (3.2.7)
|
||||
chef-utils
|
||||
multi_json (1.15.0)
|
||||
multi_xml (0.7.1)
|
||||
multi_xml (0.7.2)
|
||||
bigdecimal (~> 3.1)
|
||||
mutex_m (0.3.0)
|
||||
net-http (0.6.0)
|
||||
@@ -407,13 +407,14 @@ GEM
|
||||
nori (2.7.1)
|
||||
bigdecimal
|
||||
oauth (0.5.6)
|
||||
oauth2 (2.0.9)
|
||||
faraday (>= 0.17.3, < 3.0)
|
||||
jwt (>= 1.0, < 3.0)
|
||||
oauth2 (2.0.12)
|
||||
faraday (>= 0.17.3, < 4.0)
|
||||
jwt (>= 1.0, < 4.0)
|
||||
logger (~> 1.2)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 4)
|
||||
snaky_hash (~> 2.0)
|
||||
version_gem (~> 1.1)
|
||||
snaky_hash (~> 2.0, >= 2.0.3)
|
||||
version_gem (>= 1.1.8, < 3)
|
||||
octokit (9.2.0)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
@@ -424,8 +425,8 @@ GEM
|
||||
omniauth-facebook (10.0.0)
|
||||
bigdecimal
|
||||
omniauth-oauth2 (>= 1.2, < 3)
|
||||
omniauth-google-oauth2 (1.2.0)
|
||||
jwt (>= 2.9)
|
||||
omniauth-google-oauth2 (1.2.1)
|
||||
jwt (>= 2.9.2)
|
||||
oauth2 (~> 2.0)
|
||||
omniauth (~> 2.0)
|
||||
omniauth-oauth2 (~> 1.8)
|
||||
@@ -485,7 +486,7 @@ GEM
|
||||
puma (5.6.9)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.8.1)
|
||||
rack (2.2.14)
|
||||
rack (2.2.17)
|
||||
rack-accept (0.4.5)
|
||||
rack (>= 0.4)
|
||||
rack-protection (3.2.0)
|
||||
@@ -655,9 +656,9 @@ GEM
|
||||
sitemap_generator (6.3.0)
|
||||
builder (~> 3.0)
|
||||
smart_properties (1.17.0)
|
||||
snaky_hash (2.0.1)
|
||||
hashie
|
||||
version_gem (~> 1.1, >= 1.1.1)
|
||||
snaky_hash (2.0.3)
|
||||
hashie (>= 0.1.0, < 6)
|
||||
version_gem (>= 1.1.8, < 3)
|
||||
social-share-button (1.2.4)
|
||||
coffee-rails
|
||||
spring (4.2.1)
|
||||
@@ -701,7 +702,7 @@ GEM
|
||||
unicode-display_width (2.6.0)
|
||||
uri (1.0.3)
|
||||
uuidtools (2.2.0)
|
||||
version_gem (1.1.4)
|
||||
version_gem (1.1.8)
|
||||
view_component (3.23.1)
|
||||
activesupport (>= 5.2.0, < 8.1)
|
||||
concurrent-ruby (~> 1)
|
||||
@@ -789,7 +790,7 @@ DEPENDENCIES
|
||||
mini_magick (~> 4.13.2)
|
||||
omniauth (~> 2.1.2)
|
||||
omniauth-facebook (~> 10.0.0)
|
||||
omniauth-google-oauth2 (~> 1.2.0)
|
||||
omniauth-google-oauth2 (~> 1.2.1)
|
||||
omniauth-rails_csrf_protection (~> 1.0.2)
|
||||
omniauth-twitter (~> 1.4.0)
|
||||
paranoia (~> 3.0.1)
|
||||
|
||||
Reference in New Issue
Block a user