Skip to content

Commit

Permalink
Merge pull request diowa#1030 from diowa/dependabot/bundler/omniauth-…
Browse files Browse the repository at this point in the history
…2.1.0

Bump omniauth from 2.0.4 to 2.1.0
  • Loading branch information
tagliala authored Apr 16, 2022
2 parents 1ed9274 + beb25fa commit 8bb5f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'validates_timeliness', '~> 6.0.0.beta2'

# Authentication framework
gem 'devise', '~> 4.8'
gem 'omniauth', '~> 2.0'
gem 'omniauth', '~> 2.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0'

# OAuth Provider
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (2.0.4)
omniauth (2.1.0)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack (>= 2.2.3)
rack-protection
omniauth-auth0 (3.0.0)
omniauth (~> 2.0)
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack-protection (2.1.0)
rack-protection (2.2.0)
rack
rack-proxy (0.7.0)
rack
Expand Down Expand Up @@ -472,7 +472,7 @@ DEPENDENCIES
launchy (~> 2.5)
listen (~> 3.7)
newrelic_rpm (~> 8.6)
omniauth (~> 2.0)
omniauth (~> 2.1)
omniauth-auth0 (~> 3.0)
omniauth-rails_csrf_protection (~> 1.0)
pg (~> 1.3)
Expand Down

0 comments on commit 8bb5f64

Please sign in to comment.