Navigation Menu

Skip to content

Commit

Permalink
add require statements to gem requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 17, 2010
1 parent b57da3f commit 05b7b71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -14,10 +14,10 @@ gem 'unicorn', :group => :development
#===REFINERY REQUIRED GEMS===
gem 'rmagick', '~> 2.13.1'
gem 'rails', '~> 2.3.5'
gem 'hpricot', '~> 0.8'
gem 'authlogic', '~> 2.1.3'
gem 'friendly_id', '~> 2.3.3'
gem 'will_paginate', '~> 2.3.12'
gem 'hpricot', '~> 0.8', :require => 'hpricot'
gem 'authlogic', '~> 2.1.3', :require => 'authlogic'
gem 'friendly_id', '~> 2.3.3', :require => 'friendly_id'
gem 'will_paginate', '~> 2.3.12', :require => 'will_paginate'
#===REFINERY END OF REQUIRED GEMS===

#===REQUIRED FOR REFINERY GEM INSTALL===
Expand Down

0 comments on commit 05b7b71

Please sign in to comment.