Commit 673d3ed9a4ada30ecdcbb2dcd3a3a1959afa078f
1 parent
71611eb4
Exists in
master
and in
1 other branch
paperclip and delayed_job lib specifications
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/environment.rb
... | ... | @@ -18,9 +18,11 @@ 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 | 22 | :version => "1.7.0", |
22 | 23 | :source => "http://gems.github.com" |
23 | 24 | config.gem "thoughtbot-paperclip", |
25 | + :lib => "paperclip", | |
24 | 26 | :version => "2.2.9.2", |
25 | 27 | :source => "http://gems.github.com" |
26 | 28 | config.gem "right_aws", | ... | ... |