We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116519c commit 825de52Copy full SHA for 825de52
2 files changed
Gemfile
@@ -14,7 +14,7 @@ gem "pg", "~> 1.5.3"
14
# Start debugger with binding.b [https://github.com/ruby/debug]
15
# gem "debug", ">= 1.0.0"
16
gem "sprockets-rails", "~> 3.5.0"
17
-gem "jwt", "~> 2.10.0"
+gem "jwt", "~> 3.1.0"
18
19
group :development do
20
gem "yard", "~> 0.9.34"
Gemfile.lock
@@ -184,7 +184,7 @@ GEM
184
railties (>= 4.2.0)
185
thor (>= 0.14, < 2.0)
186
json (2.12.2)
187
- jwt (2.10.1)
+ jwt (3.1.0)
188
base64
189
kaminari (1.2.2)
190
activesupport (>= 4.1.0)
@@ -426,7 +426,7 @@ PLATFORMS
426
DEPENDENCIES
427
captive-sdk!
428
factory_bot_rails (~> 6.5.0)
429
- jwt (~> 2.10.0)
+ jwt (~> 3.1.0)
430
pg (~> 1.5.3)
431
puma (~> 6.6.0)
432
rails (~> 7.1.0)
0 commit comments