bump resque
This commit is contained in:
parent
7f60cd62bf
commit
598875f2e3
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -76,7 +76,7 @@ gem 'ruby-oembed', '0.8.7'
|
||||||
|
|
||||||
# queue
|
# queue
|
||||||
|
|
||||||
gem 'resque', '1.22.0'
|
gem 'resque', '1.23.0'
|
||||||
gem 'resque-timeout', '1.0.0'
|
gem 'resque-timeout', '1.0.0'
|
||||||
|
|
||||||
# tags
|
# tags
|
||||||
|
|
|
||||||
|
|
@ -330,7 +330,7 @@ GEM
|
||||||
redis-namespace (1.2.1)
|
redis-namespace (1.2.1)
|
||||||
redis (~> 3.0.0)
|
redis (~> 3.0.0)
|
||||||
remotipart (1.0.2)
|
remotipart (1.0.2)
|
||||||
resque (1.22.0)
|
resque (1.23.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
redis-namespace (~> 1.0)
|
redis-namespace (~> 1.0)
|
||||||
sinatra (>= 0.9.2)
|
sinatra (>= 0.9.2)
|
||||||
|
|
@ -468,7 +468,7 @@ DEPENDENCIES
|
||||||
rails_autolink (= 1.0.9)
|
rails_autolink (= 1.0.9)
|
||||||
redcarpet (= 2.1.1)
|
redcarpet (= 2.1.1)
|
||||||
remotipart (= 1.0.2)
|
remotipart (= 1.0.2)
|
||||||
resque (= 1.22.0)
|
resque (= 1.23.0)
|
||||||
resque-timeout (= 1.0.0)
|
resque-timeout (= 1.0.0)
|
||||||
roxml!
|
roxml!
|
||||||
rspec-instafail (= 0.2.4)
|
rspec-instafail (= 0.2.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue