Bump sinatra
This commit is contained in:
parent
80088fa2a0
commit
3065e1bf21
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha"
|
|||
# Background processing
|
||||
|
||||
gem "sidekiq", "3.4.2"
|
||||
gem "sinatra", "1.4.6"
|
||||
gem "sinatra", "1.4.7"
|
||||
|
||||
# Scheduled processing
|
||||
|
||||
|
|
|
|||
|
|
@ -694,8 +694,8 @@ GEM
|
|||
json (~> 1.8)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
sinatra (1.4.6)
|
||||
rack (~> 1.4)
|
||||
sinatra (1.4.7)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
sinon-rails (1.15.0)
|
||||
|
|
@ -885,7 +885,7 @@ DEPENDENCIES
|
|||
sidetiq (= 0.6.3)
|
||||
simple_captcha2 (= 0.4.0)
|
||||
simplecov (= 0.11.1)
|
||||
sinatra (= 1.4.6)
|
||||
sinatra (= 1.4.7)
|
||||
sinon-rails (= 1.15.0)
|
||||
spring (= 1.6.1)
|
||||
spring-commands-cucumber (= 1.0.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue