Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
afm (0.2.2)
base64 (0.2.0)
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.9)
benchmark (0.4.1)
bigdecimal (3.2.2)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
builder (3.3.0)
Expand All @@ -91,7 +91,8 @@ GEM
date (3.4.1)
debug_inspector (1.2.0)
deep_merge (1.2.2)
drb (2.2.1)
drb (2.2.3)
erb (5.0.1)
erubi (1.13.1)
execjs (2.10.0)
ffi (1.17.2-aarch64-linux-gnu)
Expand Down Expand Up @@ -123,7 +124,7 @@ GEM
base64
lockbox (1.3.3)
logger (1.7.0)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -171,13 +172,14 @@ GEM
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.4)
psych (5.2.6)
date
stringio
racc (1.8.1)
rack (3.1.14)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack (3.1.16)
rack-cors (3.0.0)
logger
rack (>= 3.0.14)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand All @@ -199,7 +201,7 @@ GEM
activesupport (= 8.0.2)
bundler (>= 1.15.0)
railties (= 8.0.2)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -214,8 +216,9 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.13.1)
rake (13.3.0)
rdoc (6.14.0)
erb
psych (>= 4.0.0)
reline (0.6.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -269,11 +272,11 @@ GEM
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webrick (1.9.1)
websocket-driver (0.7.7)
websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
aarch64-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/version_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class VersionController < ApplicationController

# GET /version
def version
version = '1.5.18'
version = '1.5.20'
json_response(version: version)
end
end