Commit 142c9a765120b9acef23557d96fe43c970b70db0
1 parent
a0e841a7
Exists in
master
and in
1 other branch
Debugging delayed jobs issue in staging
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
config/environment.rb
| 1 | # Be sure to restart your server when you modify this file | 1 | # Be sure to restart your server when you modify this file |
| 2 | 2 | ||
| 3 | # Specifies gem version of Rails to use when vendor/rails is not present | 3 | # Specifies gem version of Rails to use when vendor/rails is not present |
| 4 | -RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION | 4 | +RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION |
| 5 | 5 | ||
| 6 | # Bootstrap the Rails environment, frameworks, and default configuration | 6 | # Bootstrap the Rails environment, frameworks, and default configuration |
| 7 | require File.join(File.dirname(__FILE__), 'boot') | 7 | require File.join(File.dirname(__FILE__), 'boot') |
| @@ -51,5 +51,6 @@ Rails::Initializer.run do |config| | @@ -51,5 +51,6 @@ Rails::Initializer.run do |config| | ||
| 51 | :version => '1.5.1' | 51 | :version => '1.5.1' |
| 52 | config.gem 'delayed_job', | 52 | config.gem 'delayed_job', |
| 53 | :version => '2.0.3' | 53 | :version => '2.0.3' |
| 54 | + config.gem 'redis' | ||
| 54 | end | 55 | end |
| 55 | 56 |