Skip to content

Commit

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

---
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 Mar 4, 2024
1 parent 202c124 commit 8ebe1db
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 @@ -32,7 +32,7 @@ gem 'json-schema', '~> 2.8'
gem 'librato-metrics', '~> 2.1.2'
gem 'lograge'
gem 'mime-types'
gem 'omniauth', '~> 1.9'
gem 'omniauth', '~> 2.1'
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 @@ -311,9 +311,10 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack (>= 2.2.3)
rack-protection
omniauth-facebook (5.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.5.4)
Expand Down Expand Up @@ -555,7 +556,7 @@ DEPENDENCIES
mini_racer
mock_redis
newrelic_rpm
omniauth (~> 1.9)
omniauth (~> 2.1)
omniauth-facebook (~> 5.0)
omniauth-google-oauth2
p3p (~> 2.0)
Expand Down

0 comments on commit 8ebe1db

Please sign in to comment.