Bump omniauth-facebook from 9.0.0 to 10.0.0
Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/simi/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/simi/omniauth-facebook/commits) --- updated-dependencies: - dependency-name: omniauth-facebook dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -34,7 +34,7 @@ gem "invisible_captcha", "~> 2.3.0"
|
|||||||
gem "kaminari", "~> 1.2.2"
|
gem "kaminari", "~> 1.2.2"
|
||||||
gem "mini_magick", "~> 4.13.2"
|
gem "mini_magick", "~> 4.13.2"
|
||||||
gem "omniauth", "~> 2.1.2"
|
gem "omniauth", "~> 2.1.2"
|
||||||
gem "omniauth-facebook", "~> 9.0.0"
|
gem "omniauth-facebook", "~> 10.0.0"
|
||||||
gem "omniauth-google-oauth2", "~> 1.1.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"
|
||||||
|
|||||||
17
Gemfile.lock
17
Gemfile.lock
@@ -296,7 +296,8 @@ GEM
|
|||||||
rdoc
|
rdoc
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
json (2.7.2)
|
json (2.7.2)
|
||||||
jwt (2.7.1)
|
jwt (2.9.3)
|
||||||
|
base64
|
||||||
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)
|
||||||
@@ -356,7 +357,8 @@ GEM
|
|||||||
mixlib-shellout (3.2.7)
|
mixlib-shellout (3.2.7)
|
||||||
chef-utils
|
chef-utils
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.7.1)
|
||||||
|
bigdecimal (~> 3.1)
|
||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
net-http (0.4.1)
|
net-http (0.4.1)
|
||||||
uri
|
uri
|
||||||
@@ -396,8 +398,9 @@ GEM
|
|||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 2.2.3)
|
rack (>= 2.2.3)
|
||||||
rack-protection
|
rack-protection
|
||||||
omniauth-facebook (9.0.0)
|
omniauth-facebook (10.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
bigdecimal
|
||||||
|
omniauth-oauth2 (>= 1.2, < 3)
|
||||||
omniauth-google-oauth2 (1.1.1)
|
omniauth-google-oauth2 (1.1.1)
|
||||||
jwt (>= 2.0)
|
jwt (>= 2.0)
|
||||||
oauth2 (~> 2.0.6)
|
oauth2 (~> 2.0.6)
|
||||||
@@ -459,7 +462,7 @@ GEM
|
|||||||
puma (5.6.9)
|
puma (5.6.9)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.9)
|
rack (2.2.10)
|
||||||
rack-accept (0.4.5)
|
rack-accept (0.4.5)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (3.2.0)
|
rack-protection (3.2.0)
|
||||||
@@ -665,7 +668,7 @@ GEM
|
|||||||
unicode-display_width (2.6.0)
|
unicode-display_width (2.6.0)
|
||||||
uri (0.13.1)
|
uri (0.13.1)
|
||||||
uuidtools (2.2.0)
|
uuidtools (2.2.0)
|
||||||
version_gem (1.1.3)
|
version_gem (1.1.4)
|
||||||
view_component (3.11.0)
|
view_component (3.11.0)
|
||||||
activesupport (>= 5.2.0, < 8.0)
|
activesupport (>= 5.2.0, < 8.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@@ -749,7 +752,7 @@ DEPENDENCIES
|
|||||||
mdl (~> 0.13.0)
|
mdl (~> 0.13.0)
|
||||||
mini_magick (~> 4.13.2)
|
mini_magick (~> 4.13.2)
|
||||||
omniauth (~> 2.1.2)
|
omniauth (~> 2.1.2)
|
||||||
omniauth-facebook (~> 9.0.0)
|
omniauth-facebook (~> 10.0.0)
|
||||||
omniauth-google-oauth2 (~> 1.1.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)
|
||||||
|
|||||||
Reference in New Issue
Block a user