bump sinatra
This commit is contained in:
parent
c0aa5565cc
commit
850c98cbf7
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -31,7 +31,7 @@ gem 'simple_captcha2', '0.3.2', :require => 'simple_captcha'
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem 'sidekiq', '3.3.0'
|
gem 'sidekiq', '3.3.0'
|
||||||
gem 'sinatra', '1.3.3'
|
gem 'sinatra', '1.4.5'
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -531,10 +531,10 @@ GEM
|
||||||
simple_captcha2 (0.3.2)
|
simple_captcha2 (0.3.2)
|
||||||
rails (>= 4.1)
|
rails (>= 4.1)
|
||||||
simple_oauth (0.2.0)
|
simple_oauth (0.2.0)
|
||||||
sinatra (1.3.3)
|
sinatra (1.4.5)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.2)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
sinon-rails (1.10.3)
|
sinon-rails (1.10.3)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
|
|
@ -686,7 +686,7 @@ DEPENDENCIES
|
||||||
sidekiq (= 3.3.0)
|
sidekiq (= 3.3.0)
|
||||||
sidetiq (= 0.6.3)
|
sidetiq (= 0.6.3)
|
||||||
simple_captcha2 (= 0.3.2)
|
simple_captcha2 (= 0.3.2)
|
||||||
sinatra (= 1.3.3)
|
sinatra (= 1.4.5)
|
||||||
sinon-rails (= 1.10.3)
|
sinon-rails (= 1.10.3)
|
||||||
spork (= 1.0.0rc4)
|
spork (= 1.0.0rc4)
|
||||||
test_after_commit (= 0.4.0)
|
test_after_commit (= 0.4.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue