bump sinatra
This commit is contained in:
parent
80957a769f
commit
d1c42c77ba
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "simple_captcha2", "0.3.4", require: "simple_captcha"
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "sidekiq", "3.3.3"
|
gem "sidekiq", "3.3.3"
|
||||||
gem "sinatra", "1.4.5"
|
gem "sinatra", "1.4.6"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -632,10 +632,10 @@ GEM
|
||||||
simple_captcha2 (0.3.4)
|
simple_captcha2 (0.3.4)
|
||||||
rails (>= 4.1)
|
rails (>= 4.1)
|
||||||
simple_oauth (0.2.0)
|
simple_oauth (0.2.0)
|
||||||
sinatra (1.4.5)
|
sinatra (1.4.6)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (>= 1.3, < 3)
|
||||||
sinon-rails (1.10.3)
|
sinon-rails (1.10.3)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
|
|
@ -805,7 +805,7 @@ DEPENDENCIES
|
||||||
sidekiq (= 3.3.3)
|
sidekiq (= 3.3.3)
|
||||||
sidetiq (= 0.6.3)
|
sidetiq (= 0.6.3)
|
||||||
simple_captcha2 (= 0.3.4)
|
simple_captcha2 (= 0.3.4)
|
||||||
sinatra (= 1.4.5)
|
sinatra (= 1.4.6)
|
||||||
sinon-rails (= 1.10.3)
|
sinon-rails (= 1.10.3)
|
||||||
spring (= 1.3.3)
|
spring (= 1.3.3)
|
||||||
spring-commands-cucumber (= 1.0.1)
|
spring-commands-cucumber (= 1.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue