Skip to content

Commit

Permalink
Bump omniauth from 1.6.1 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.6.1 to 1.9.2.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.6.1...v1.9.2)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent dfcb718 commit f45da3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'aws-sdk-s3', '~> 1'

# Authentication
gem 'jwt'
gem 'omniauth', '~> 1.6.1'
gem 'omniauth', '~> 1.9.2'
gem 'omniauth-auth0', '~> 2.0.0'

# Admin
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashie (3.5.7)
hashie (5.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.6.0)
Expand Down Expand Up @@ -145,8 +145,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.6.1)
hashie (>= 3.4.6, < 3.6.0)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-auth0 (2.0.0)
omniauth-oauth2 (~> 1.4)
Expand All @@ -155,7 +155,7 @@ GEM
omniauth (~> 1.2)
pg (1.1.4)
puma (3.12.0)
rack (2.0.6)
rack (2.2.4)
rack-protection (2.0.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -291,7 +291,7 @@ DEPENDENCIES
kaminari
listen (>= 3.0.5, < 3.2)
mailgun-ruby (~> 1.1.6)
omniauth (~> 1.6.1)
omniauth (~> 1.9.2)
omniauth-auth0 (~> 2.0.0)
pg
puma (~> 3.11)
Expand Down

0 comments on commit f45da3f

Please sign in to comment.