Skip to content

Commit

Permalink
Bump omniauth from 1.9.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.9.1 to 1.9.2.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](omniauth/omniauth@v1.9.1...v1.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent f676a8e commit ea6f17e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'net-pop', require: false
gem 'net-smtp', require: false # TODO: Remove it if you use rails 7.0.1
gem 'newspaper'
gem 'oauth2'
gem 'omniauth', '~> 1.9.1'
gem 'omniauth', '~> 1.9.2'
gem 'omniauth-github', '~> 1.4.0'
gem 'pg'
gem 'postmark-rails'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-github (1.4.0)
Expand Down Expand Up @@ -328,7 +328,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
rack (2.2.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-dev-mark (0.7.9)
Expand Down Expand Up @@ -565,7 +565,7 @@ DEPENDENCIES
net-smtp
newspaper
oauth2
omniauth (~> 1.9.1)
omniauth (~> 1.9.2)
omniauth-github (~> 1.4.0)
pg
postmark-rails
Expand Down

0 comments on commit ea6f17e

Please sign in to comment.