We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb96a81 commit 7db0956Copy full SHA for 7db0956
2 files changed
Gemfile
@@ -14,7 +14,7 @@ gem "pg", "~> 1.6.0"
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.14.1)
187
- jwt (2.10.2)
+ jwt (3.1.2)
188
base64
189
kaminari (1.2.2)
190
activesupport (>= 4.1.0)
@@ -427,7 +427,7 @@ PLATFORMS
427
DEPENDENCIES
428
captive-sdk!
429
factory_bot_rails (~> 6.5.0)
430
- jwt (~> 2.10.0)
+ jwt (~> 3.1.0)
431
pg (~> 1.6.0)
432
puma (~> 6.6.0)
433
rails (~> 7.1.0)
0 commit comments