Skip to content

Commit 77c3867

Browse files
Merge pull request #48 from jonashellmann/upgrade-dependencies-rack
Upgrade rack gem
2 parents 5cebbb8 + bd6ff18 commit 77c3867

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
@@ -121,7 +121,7 @@ GEM
121121
jwt (2.10.1)
122122
base64
123123
lockbox (1.3.3)
124-
logger (1.6.5)
124+
logger (1.6.6)
125125
loofah (2.24.0)
126126
crass (~> 1.0.2)
127127
nokogiri (>= 1.12.0)
@@ -161,7 +161,7 @@ GEM
161161
date
162162
stringio
163163
racc (1.8.1)
164-
rack (2.2.10)
164+
rack (2.2.11)
165165
rack-cors (2.0.2)
166166
rack (>= 2.0.0)
167167
rack-session (1.0.2)
@@ -233,7 +233,7 @@ GEM
233233
activesupport (>= 6.1)
234234
sprockets (>= 3.0.0)
235235
sqlite3 (1.7.3-x86_64-linux)
236-
stringio (3.1.2)
236+
stringio (3.1.3)
237237
thor (1.3.2)
238238
tilt (2.6.0)
239239
timeout (0.4.3)

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

0 commit comments

Comments
 (0)