Commit 6446d38de0b607f3099bcc99134d71794b29dad7

Authored by Dan Croak
1 parent 673d3ed9

typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environment.rb
@@ -18,7 +18,7 @@ Rails::Initializer.run do |config| @@ -18,7 +18,7 @@ Rails::Initializer.run do |config|
18 :version => "1.1.2", 18 :version => "1.1.2",
19 :source => "http://gems.github.com" 19 :source => "http://gems.github.com"
20 config.gem "tobi-delayed_job", 20 config.gem "tobi-delayed_job",
21 - :lib => "delayed_jobs", 21 + :lib => "delayed_job",
22 :version => "1.7.0", 22 :version => "1.7.0",
23 :source => "http://gems.github.com" 23 :source => "http://gems.github.com"
24 config.gem "thoughtbot-paperclip", 24 config.gem "thoughtbot-paperclip",