Commit 6446d38de0b607f3099bcc99134d71794b29dad7
1 parent
673d3ed9
Exists in
master
and in
1 other branch
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 | 18 | :version => "1.1.2", |
19 | 19 | :source => "http://gems.github.com" |
20 | 20 | config.gem "tobi-delayed_job", |
21 | - :lib => "delayed_jobs", | |
21 | + :lib => "delayed_job", | |
22 | 22 | :version => "1.7.0", |
23 | 23 | :source => "http://gems.github.com" |
24 | 24 | config.gem "thoughtbot-paperclip", | ... | ... |