bump resque
This commit is contained in:
parent
29967d14e1
commit
39a5baa8c8
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -87,7 +87,7 @@ gem 'ruby-oembed', '~> 0.8.7'
|
||||||
|
|
||||||
# queue
|
# queue
|
||||||
|
|
||||||
gem 'resque', '1.20.0'
|
gem 'resque', '1.22.0'
|
||||||
gem 'resque-timeout', '1.0.0'
|
gem 'resque-timeout', '1.0.0'
|
||||||
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18
|
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18
|
||||||
|
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -368,13 +368,13 @@ GEM
|
||||||
rdoc (3.12)
|
rdoc (3.12)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
redcarpet (2.1.1)
|
redcarpet (2.1.1)
|
||||||
redis (2.2.2)
|
redis (3.0.1)
|
||||||
redis-namespace (1.0.3)
|
redis-namespace (1.2.1)
|
||||||
redis (< 3.0.0)
|
redis (~> 3.0.0)
|
||||||
remotipart (1.0.2)
|
remotipart (1.0.2)
|
||||||
resque (1.20.0)
|
resque (1.22.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
redis-namespace (~> 1.0.2)
|
redis-namespace (~> 1.0)
|
||||||
sinatra (>= 0.9.2)
|
sinatra (>= 0.9.2)
|
||||||
vegas (~> 0.1.2)
|
vegas (~> 0.1.2)
|
||||||
resque-timeout (1.0.0)
|
resque-timeout (1.0.0)
|
||||||
|
|
@ -418,7 +418,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip
|
rubyzip
|
||||||
simple_oauth (0.1.8)
|
simple_oauth (0.1.8)
|
||||||
sinatra (1.3.2)
|
sinatra (1.3.3)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.3, >= 1.3.6)
|
||||||
rack-protection (~> 1.2)
|
rack-protection (~> 1.2)
|
||||||
tilt (~> 1.3, >= 1.3.3)
|
tilt (~> 1.3, >= 1.3.3)
|
||||||
|
|
@ -535,7 +535,7 @@ DEPENDENCIES
|
||||||
rails_autolink
|
rails_autolink
|
||||||
redcarpet (= 2.1.1)
|
redcarpet (= 2.1.1)
|
||||||
remotipart (~> 1.0)
|
remotipart (~> 1.0)
|
||||||
resque (= 1.20.0)
|
resque (= 1.22.0)
|
||||||
resque-timeout (= 1.0.0)
|
resque-timeout (= 1.0.0)
|
||||||
roxml!
|
roxml!
|
||||||
rpm_contrib (~> 2.1.7)
|
rpm_contrib (~> 2.1.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue