File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
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
290290PLATFORMS
291291 aarch64-linux-gnu
Original file line number Diff line number Diff 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
99end
You can’t perform that action at this time.
0 commit comments