Skip to content

Commit 9ed4ab0

Browse files
Merge pull request #106 from jonashellmann/bump-jwt
Bump JWT
2 parents 2908e5d + a0513f8 commit 9ed4ab0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ GEM
115115
prism (>= 1.3.0)
116116
rdoc (>= 4.0.0)
117117
reline (>= 0.4.2)
118-
jbuilder (2.14.1)
118+
jbuilder (2.15.0)
119119
actionview (>= 7.0.0)
120120
activesupport (>= 7.0.0)
121121
jquery-rails (4.6.1)
122122
rails-dom-testing (>= 1, < 3)
123123
railties (>= 4.2.0)
124124
thor (>= 0.14, < 2.0)
125-
jwt (3.1.2)
125+
jwt (3.2.0)
126126
base64
127127
lockbox (1.3.3)
128128
logger (1.7.0)
@@ -285,7 +285,7 @@ GEM
285285
base64
286286
websocket-extensions (>= 0.1.0)
287287
websocket-extensions (0.1.5)
288-
zeitwerk (2.7.5)
288+
zeitwerk (2.8.0)
289289

290290
PLATFORMS
291291
aarch64-linux-gnu

app/controllers/version_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class VersionController < ApplicationController
33

44
# GET /version
55
def version
6-
version = '1.5.30'
6+
version = '1.5.31'
77
json_response(version: version)
88
end
99
end

0 commit comments

Comments
 (0)