Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ group :development do
gem 'dotenv-rails'
end

gem 'jwt', '~> 2.5'
gem 'jwt', '~> 2.10'
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.3.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
Expand All @@ -89,7 +90,8 @@ GEM
irb (1.7.4)
reline (>= 0.3.6)
json (2.6.3)
jwt (2.7.1)
jwt (2.10.3)
base64
language_server-protocol (3.17.0.3)
loofah (2.21.3)
crass (~> 1.0.2)
Expand All @@ -102,6 +104,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.9)
minitest (5.19.0)
msgpack (1.7.2)
net-imap (0.3.7)
Expand All @@ -114,6 +117,9 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
parallel (1.23.0)
Expand Down Expand Up @@ -188,12 +194,13 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
bootsnap
debug
dotenv-rails
jwt (~> 2.5)
jwt (~> 2.10)
puma (~> 5.0)
rack-cors
rails (~> 7.0.3, >= 7.0.3.1)
Expand Down