Skip to content

Commit

Permalink
Bump omniauth from 1.9.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.0.0.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.1...v2.0.0)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 8, 2022
1 parent a534a0f commit 67fcda8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'json-schema', '~> 2.8'
gem 'librato-metrics', '~> 2.1.2'
gem 'lograge'
gem 'mime-types'
gem 'omniauth', '~> 1.9'
gem 'omniauth', '~> 2.0'
gem 'omniauth-facebook', '~> 5.0'
gem 'omniauth-google-oauth2'
gem 'p3p', '~> 2.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (4.1.0)
hashie (5.0.0)
hitimes (1.3.0)
honeybadger (4.12.1)
httparty (0.20.0)
Expand Down Expand Up @@ -253,9 +253,10 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
omniauth (2.0.4)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack-protection
omniauth-facebook (5.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.5.4)
Expand Down Expand Up @@ -490,7 +491,7 @@ DEPENDENCIES
mini_racer
mock_redis
newrelic_rpm
omniauth (~> 1.9)
omniauth (~> 2.0)
omniauth-facebook (~> 5.0)
omniauth-google-oauth2
p3p (~> 2.0)
Expand Down

0 comments on commit 67fcda8

Please sign in to comment.