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 @@ -49,7 +49,7 @@ gem "rack-cors", "~> 3.0"
gem "devise", "~> 4.9", ">= 4.9.4"

# JWT support for Devise [https://github.com/waiting-for-dev/devise-jwt]
gem "devise-jwt", "~> 0.12.1"
gem "devise-jwt", "~> 0.13.0"

# Redis support for Action Cable and caching [https://github.com/redis/redis-rb]
gem "redis", "~> 5.4", ">= 5.4.1"
Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ GEM
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt (3.1.21)
bcrypt_pbkdf (1.1.2)
benchmark (0.5.0)
bigdecimal (4.0.0)
bigdecimal (4.0.1)
bootsnap (1.19.0)
msgpack (~> 1.2)
brakeman (7.1.1)
Expand Down Expand Up @@ -109,8 +109,8 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-jwt (0.12.1)
devise (~> 4.0)
devise-jwt (0.13.0)
devise (>= 4.0.0, < 6.0.0)
warden-jwt_auth (~> 0.10)
diff-lcs (1.6.2)
dotenv (3.2.0)
Expand All @@ -124,7 +124,7 @@ GEM
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-core (1.1.0)
dry-core (1.2.0)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
Expand All @@ -147,7 +147,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.16.0)
Expand Down Expand Up @@ -189,7 +189,8 @@ GEM
matrix (0.4.3)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.27.0)
minitest (6.0.1)
prism (~> 1.5)
msgpack (1.8.0)
multi_xml (0.6.0)
net-imap (0.6.0)
Expand All @@ -207,19 +208,19 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.5)
nokogiri (1.18.10-aarch64-linux-gnu)
nokogiri (1.19.0-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-aarch64-linux-musl)
nokogiri (1.19.0-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.10-arm-linux-gnu)
nokogiri (1.19.0-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-arm-linux-musl)
nokogiri (1.19.0-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-darwin)
nokogiri (1.19.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
nokogiri (1.19.0-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-musl)
nokogiri (1.19.0-x86_64-linux-musl)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
Expand All @@ -245,7 +246,7 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.3.0)
psych (5.3.1)
date
stringio
public_suffix (7.0.0)
Expand Down Expand Up @@ -296,7 +297,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (6.17.0)
rdoc (7.1.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -395,8 +396,8 @@ GEM
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
stringio (3.1.9)
thor (1.4.0)
stringio (3.2.0)
thor (1.5.0)
thruster (0.1.17)
thruster (0.1.17-aarch64-linux)
thruster (0.1.17-x86_64-darwin)
Expand Down Expand Up @@ -443,7 +444,7 @@ DEPENDENCIES
capybara (~> 3.40)
debug
devise (~> 4.9, >= 4.9.4)
devise-jwt (~> 0.12.1)
devise-jwt (~> 0.13.0)
dotenv-rails (~> 3.2)
factory_bot_rails (~> 6.5, >= 6.5.1)
httparty (~> 0.23.2)
Expand Down
Loading