Skip to content

Commit 37bb508

Browse files
committed
Bump dependencies
1 parent 17dfef8 commit 37bb508

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
base64 (0.3.0)
7878
bcrypt (3.1.20)
7979
benchmark (0.4.1)
80-
bigdecimal (3.3.0)
80+
bigdecimal (3.3.1)
8181
binding_of_caller (1.0.1)
8282
debug_inspector (>= 1.2.0)
8383
builder (3.3.0)
@@ -92,7 +92,7 @@ GEM
9292
debug_inspector (1.2.0)
9393
deep_merge (1.2.2)
9494
drb (2.2.3)
95-
erb (5.0.3)
95+
erb (5.1.1)
9696
erubi (1.13.1)
9797
execjs (2.10.0)
9898
ffi (1.17.2-aarch64-linux-gnu)
@@ -177,7 +177,7 @@ GEM
177177
date
178178
stringio
179179
racc (1.8.1)
180-
rack (3.2.2)
180+
rack (3.2.3)
181181
rack-cors (3.0.0)
182182
logger
183183
rack (>= 3.0.14)

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.23'
6+
version = '1.5.24'
77
json_response(version: version)
88
end
99
end

0 commit comments

Comments
 (0)