Bump sinatra

This commit is contained in:
Steffen van Bergerem 2016-01-31 20:45:40 +01:00 committed by Jonne Haß
parent 80088fa2a0
commit 3065e1bf21
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)