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