Skip to content

Commit

Permalink
Merge pull request #369 from alphagov/ENG-487-fix-jwt-error
Browse files Browse the repository at this point in the history
Eng 487 fix jwt error
  • Loading branch information
HauwaHakimi authored Oct 8, 2024
2 parents 02403b9 + fb53ef5 commit df67429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem 'rexml', '~> 3.3.7'
gem 'tzinfo-data'
gem 'csv'
gem 'ostruct'
gem 'jwt', '~> 2.9.3'

group :test do
gem 'rack_session_access', '~> 0.2.0'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ GEM
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.7.2)
jwt (2.9.1)
jwt (2.9.3)
base64
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -1853,6 +1853,7 @@ DEPENDENCIES
aws-sdk (~> 3)
csv
dotenv-rails
jwt (~> 2.9.3)
listen (~> 3.9)
lograge (~> 0.14.0)
logstash-event (~> 1.2.02)
Expand Down

0 comments on commit df67429

Please sign in to comment.