version update for security (now properly) (see also resque/redis-namespace#64)

This commit is contained in:
wvengen 2013-09-17 15:02:58 +02:00
parent e6320e5b7b
commit 1cf2145ff6
2 changed files with 3 additions and 3 deletions

View File

@ -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_tree'
gem "rails-settings-cached", "0.2.4"
gem 'resque', '>= 1.24.1'
gem 'resque'
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
group :production do

View File

@ -205,7 +205,7 @@ GEM
rdoc (3.12.2)
json (~> 1.4)
redis (3.0.4)
redis-namespace (1.3.0)
redis-namespace (1.3.1)
redis (~> 3.0.0)
responders (0.9.3)
railties (~> 3.1)
@ -333,7 +333,7 @@ DEPENDENCIES
quiet_assets
rails (~> 3.2.9)
rails-settings-cached (= 0.2.4)
resque (>= 1.24.1)
resque
rspec-core
rspec-expectations
rspec-rails