Skip to content

Commit

Permalink
Add 'jwt' gem version 2.9.3 to Gemfile to resolve Google OAuth2 authe…
Browse files Browse the repository at this point in the history
…ntication error
  • Loading branch information
HauwaHakimi committed Oct 8, 2024
1 parent 802d435 commit fb53ef5
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 @@ -1665,7 +1665,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 @@ -1851,6 +1851,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 fb53ef5

Please sign in to comment.