Skip to content

Commit

Permalink
fix gem require
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Jan 3, 2010
1 parent 2c4abfa commit 5f476b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
config.frameworks -= [ :active_resource ]

config.gem 'mislav-will_paginate', :version => '2.3.11', :lib => 'will_paginate', :source => 'http://gems.github.com'
config.gem 'ambethia-smtp-tls', :version => '1.1.2', :lib => "smtp_tls", :source => 'http://gems.github.com'
config.gem 'ambethia-smtp-tls', :version => '1.1.2', :lib => "smtp-tls", :source => 'http://gems.github.com'
config.gem 'searchlogic', :version => '2.3.5'
config.gem 'thoughtbot-paperclip', :version => '2.2.9.2', :lib => 'paperclip', :source => 'http://gems.github.com'
config.gem 'right_aws', :version => '1.9.0' # TODO change to aws-s3 when paperclip does; right_aws 1.10.0 acts funny
Expand Down

0 comments on commit 5f476b9

Please sign in to comment.