Skip to content

Commit

Permalink
chore: re-add missing JWT gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Nov 15, 2024
1 parent 311c55c commit fa5925b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem 'data_migrate'
gem 'solid_cable'
gem 'solid_queue'
gem 'solid_cache'
gem 'jwt'

# frontend
gem 'haml-rails', '~> 2.0'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
jwt (2.9.3)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -564,6 +566,7 @@ DEPENDENCIES
haml-rails (~> 2.0)
http (~> 5.0)
ipaddress!
jwt
kaminari
liquid (~> 5.5)
listen
Expand Down

0 comments on commit fa5925b

Please sign in to comment.