We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17dfef8 + 37bb508 commit 4b2142dCopy full SHA for 4b2142d
2 files changed
Gemfile.lock
@@ -77,7 +77,7 @@ GEM
77
base64 (0.3.0)
78
bcrypt (3.1.20)
79
benchmark (0.4.1)
80
- bigdecimal (3.3.0)
+ bigdecimal (3.3.1)
81
binding_of_caller (1.0.1)
82
debug_inspector (>= 1.2.0)
83
builder (3.3.0)
@@ -92,7 +92,7 @@ GEM
92
debug_inspector (1.2.0)
93
deep_merge (1.2.2)
94
drb (2.2.3)
95
- erb (5.0.3)
+ erb (5.1.1)
96
erubi (1.13.1)
97
execjs (2.10.0)
98
ffi (1.17.2-aarch64-linux-gnu)
@@ -177,7 +177,7 @@ GEM
177
date
178
stringio
179
racc (1.8.1)
180
- rack (3.2.2)
+ rack (3.2.3)
181
rack-cors (3.0.0)
182
logger
183
rack (>= 3.0.14)
app/controllers/version_controller.rb
@@ -3,7 +3,7 @@ class VersionController < ApplicationController
3
4
# GET /version
5
def version
6
- version = '1.5.23'
+ version = '1.5.24'
7
json_response(version: version)
8
end
9
0 commit comments