Skip to content

Commit

Permalink
Merge pull request #4751 from dodona-edu/dependabot/bundler/jwt-2.7.1
Browse files Browse the repository at this point in the history
Bump jwt from 2.7.0 to 2.7.1
  • Loading branch information
bmesuere committed Jun 19, 2023
2 parents 16c4cf0 + f7647de commit edcf5f1
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 @@ -76,7 +76,7 @@ gem 'omniauth_openid_connect', '~> 0.7.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'

# Json webtokens
gem 'jwt', '~> 2.7.0'
gem 'jwt', '~> 2.7.1'

# contact mail form
gem 'hcaptcha', '~> 7.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ GEM
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
jwt (2.7.0)
jwt (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -549,7 +549,7 @@ DEPENDENCIES
jbuilder (~> 2.11.5)
jsbundling-rails (~> 1.1.1)
json_schemer (~> 1.0.1)
jwt (~> 2.7.0)
jwt (~> 2.7.1)
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
letter_opener (~> 1.8.1)
Expand Down

0 comments on commit edcf5f1

Please sign in to comment.