Skip to content

Commit

Permalink
Merge pull request #5522 from dodona-edu/dependabot/bundler/omniauth-…
Browse files Browse the repository at this point in the history
…rails_csrf_protection-1.0.2

Bump omniauth-rails_csrf_protection from 1.0.1 to 1.0.2
  • Loading branch information
bmesuere authored May 13, 2024
2 parents 7c4a181 + 8ce5963 commit f783025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gem 'ruby-saml', '~> 1.16.0'
gem 'omniauth-google-oauth2', '~> 1.1.2'
gem 'omniauth-oauth2', '~> 1.8.0'
gem 'omniauth_openid_connect', '~> 0.7.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'

# Json webtokens
gem 'jwt', '~> 2.8.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindata (2.5.0)
bindex (0.8.1)
bootsnap (1.18.3)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-js (4.2.3)
glob (>= 0.4.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1)
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth_openid_connect (0.7.1)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
nokogiri (~> 1.16.4)
omniauth-google-oauth2 (~> 1.1.2)
omniauth-oauth2 (~> 1.8.0)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.2)
omniauth_openid_connect (~> 0.7.1)
premailer-rails (~> 1.12.0)
pretender (~> 0.5.0)
Expand Down

0 comments on commit f783025

Please sign in to comment.