Skip to content

Commit f9f0831

Browse files
committed
Upgrade rack
1 parent a7b074c commit f9f0831

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)