add resque version for security
This commit is contained in:
parent
6d4aa5ed40
commit
e6320e5b7b
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'meta_search'
|
||||||
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git' # Use this instead of rubygem
|
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git' # Use this instead of rubygem
|
||||||
gem 'acts_as_tree'
|
gem 'acts_as_tree'
|
||||||
gem "rails-settings-cached", "0.2.4"
|
gem "rails-settings-cached", "0.2.4"
|
||||||
gem 'resque'
|
gem 'resque', '>= 1.24.1'
|
||||||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
|
|
@ -333,7 +333,7 @@ DEPENDENCIES
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rails (~> 3.2.9)
|
rails (~> 3.2.9)
|
||||||
rails-settings-cached (= 0.2.4)
|
rails-settings-cached (= 0.2.4)
|
||||||
resque
|
resque (>= 1.24.1)
|
||||||
rspec-core
|
rspec-core
|
||||||
rspec-expectations
|
rspec-expectations
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
|
Loading…
Reference in a new issue