Skip to content

Commit 794542e

Browse files
Merge pull request #54 from jonashellmann/upgrade-rack
Upgrade rack
2 parents a7b074c + f9f0831 commit 794542e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ GEM
175175
date
176176
stringio
177177
racc (1.8.1)
178-
rack (3.1.10)
178+
rack (3.1.12)
179179
rack-cors (2.0.2)
180180
rack (>= 2.0.0)
181181
rack-session (2.1.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.15'
6+
version = '1.5.16'
77
json_response(version: version)
88
end
99
end

0 commit comments

Comments
 (0)