Skip to content

Commit

Permalink
Merge pull request #1364 from tryzealot/dependabot/bundler/omniauth-2…
Browse files Browse the repository at this point in the history
….1.2

chore(deps): bump omniauth from 2.1.1 to 2.1.2
  • Loading branch information
icyleaf authored Dec 22, 2023
2 parents c532a8c + 940f63a commit 9d06504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem 'pundit', '~> 2.3.1'
gem 'devise', '~> 4.9.3'
gem 'devise-i18n', '~> 1.12.0'

gem 'omniauth', '~> 2.1.1'
gem 'omniauth', '~> 2.1.2'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'omniauth-google-oauth2', '~> 1.0.1'
gem 'omniauth-gitlab', '~> 3.0.0'
Expand Down
4 changes: 2 additions & 2 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, < 4)
omniauth (2.1.1)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
Expand Down Expand Up @@ -600,7 +600,7 @@ DEPENDENCIES
letter_opener_web (~> 2.0)
listen (>= 3.0.5, < 3.9)
lograge (~> 0.14.0)
omniauth (~> 2.1.1)
omniauth (~> 2.1.2)
omniauth-feishu (~> 0.1.8)
omniauth-gitlab (~> 3.0.0)
omniauth-google-oauth2 (~> 1.0.1)
Expand Down

0 comments on commit 9d06504

Please sign in to comment.