Skip to content

Commit 92e935b

Browse files
committed
Bump rack-session to 2.1.2
1 parent 5b49aaf commit 92e935b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.22)
7979
benchmark (0.5.0)
80-
bigdecimal (4.1.0)
80+
bigdecimal (4.1.1)
8181
binding_of_caller (2.0.0)
8282
debug_inspector (>= 1.2.0)
8383
builder (3.3.0)
@@ -95,7 +95,7 @@ GEM
9595
drb (2.2.3)
9696
erb (6.0.2)
9797
erubi (1.13.1)
98-
execjs (2.10.0)
98+
execjs (2.10.1)
9999
ffi (1.17.4-aarch64-linux-gnu)
100100
ffi (1.17.4-aarch64-linux-musl)
101101
ffi (1.17.4-arm-linux-gnu)
@@ -187,7 +187,7 @@ GEM
187187
rack-cors (3.0.0)
188188
logger
189189
rack (>= 3.0.14)
190-
rack-session (2.1.1)
190+
rack-session (2.1.2)
191191
base64 (>= 0.1.0)
192192
rack (>= 3.0.0)
193193
rack-test (2.2.0)

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

0 commit comments

Comments
 (0)