Skip to content

Commit

Permalink
Update dependency omniauth_openid_connect from v0.4.0 to '~> 0.6.0' (#…
Browse files Browse the repository at this point in the history
…207)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent ea59fe4 commit fef0837
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gem 'devise_invitable'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
gem 'omniauth_openid_connect', '~> 0.4.0'
gem 'omniauth_openid_connect', '~> 0.6.0'
gem 'json-jwt', '~>1.11.0'

# Map, Geolocalization
Expand Down
20 changes: 14 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GEM
activerecord (>= 6.0, < 7.1)
ransack (~> 2.3)
bcrypt (3.1.18)
bindata (2.4.14)
bindata (2.4.15)
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -250,6 +250,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
dbf (4.2.2)
debug_inspector (1.1.0)
deep_cloneable (3.2.0)
Expand Down Expand Up @@ -400,8 +401,11 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
map_layers (0.0.5)
marcel (1.0.2)
method_source (1.0.0)
Expand All @@ -419,7 +423,12 @@ GEM
multi_xml (0.6.0)
multipart-post (2.2.3)
nenv (0.3.0)
net-protocol (0.1.3)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-scp (1.2.1)
net-ssh (>= 2.6.5)
Expand Down Expand Up @@ -456,8 +465,7 @@ GEM
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
omniauth_openid_connect (0.4.0)
addressable (~> 2.5)
omniauth_openid_connect (0.6.0)
omniauth (>= 1.9, < 3)
openid_connect (~> 1.1)
open4 (1.3.4)
Expand Down Expand Up @@ -762,7 +770,7 @@ DEPENDENCIES
omniauth
omniauth-facebook
omniauth-google-oauth2
omniauth_openid_connect (~> 0.4.0)
omniauth_openid_connect (~> 0.6.0)
passenger (>= 5.0.25)
pg (~> 1.4.0)
poltergeist
Expand Down

0 comments on commit fef0837

Please sign in to comment.