diff --git a/Gemfile.lock b/Gemfile.lock index 8037fa5..c7494b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.3.0) + bigdecimal (3.3.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) builder (3.3.0) @@ -92,7 +92,7 @@ GEM debug_inspector (1.2.0) deep_merge (1.2.2) drb (2.2.3) - erb (5.0.3) + erb (5.1.1) erubi (1.13.1) execjs (2.10.0) ffi (1.17.2-aarch64-linux-gnu) @@ -177,7 +177,7 @@ GEM date stringio racc (1.8.1) - rack (3.2.2) + rack (3.2.3) rack-cors (3.0.0) logger rack (>= 3.0.14) diff --git a/app/controllers/version_controller.rb b/app/controllers/version_controller.rb index 4203351..308f4c0 100644 --- a/app/controllers/version_controller.rb +++ b/app/controllers/version_controller.rb @@ -3,7 +3,7 @@ class VersionController < ApplicationController # GET /version def version - version = '1.5.23' + version = '1.5.24' json_response(version: version) end end