Skip to content

Commit

Permalink
Bump omniauth-google-oauth2 from 1.1.2 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](zquestz/omniauth-google-oauth2@v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent aea9657 commit 33a890a
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 @@ -9,7 +9,7 @@ gem 'lograge', '~> 0.14.0'
gem 'logstash-event', '~> 1.2.02'
gem 'notifications-ruby-client', '~> 5.4.0'
gem 'octokit', '~> 6.1.0'
gem 'omniauth-google-oauth2', '~> 1.1.1'
gem 'omniauth-google-oauth2', '~> 1.2.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'rails', '~> 7.1.0'
gem 'sassc-rails'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1722,8 +1722,8 @@ GEM
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-google-oauth2 (1.1.3)
jwt (>= 2.0)
omniauth-google-oauth2 (1.2.0)
jwt (>= 2.9)
oauth2 (~> 2.0)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.8)
Expand Down Expand Up @@ -1847,7 +1847,7 @@ DEPENDENCIES
logstash-event (~> 1.2.02)
notifications-ruby-client (~> 5.4.0)
octokit (~> 6.1.0)
omniauth-google-oauth2 (~> 1.1.1)
omniauth-google-oauth2 (~> 1.2.0)
omniauth-rails_csrf_protection (~> 1.0.1)
pry
rack_session_access (~> 0.2.0)
Expand Down

0 comments on commit 33a890a

Please sign in to comment.