Commit 673d3ed9a4ada30ecdcbb2dcd3a3a1959afa078f

Authored by Dan Croak
1 parent 71611eb4

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,9 +18,11 @@ 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 :version => "1.7.0", 22 :version => "1.7.0",
22 :source => "http://gems.github.com" 23 :source => "http://gems.github.com"
23 config.gem "thoughtbot-paperclip", 24 config.gem "thoughtbot-paperclip",
  25 + :lib => "paperclip",
24 :version => "2.2.9.2", 26 :version => "2.2.9.2",
25 :source => "http://gems.github.com" 27 :source => "http://gems.github.com"
26 config.gem "right_aws", 28 config.gem "right_aws",