Guest User

Untitled

a guest
May 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. source :rubygems
  2.  
  3. # Specify the database driver as appropriate for your application (only one).
  4. #gem 'mysql', :require => 'mysql'
  5. gem 'sqlite3-ruby', :require => 'sqlite3'
  6.  
  7. # Specify your favourite web server (only one).
  8. #gem 'unicorn', :group => :development
  9. gem 'mongrel', :group => :development
  10.  
  11. # Deploy with Capistrano
  12. # gem 'capistrano'
  13.  
  14. #===REFINERY REQUIRED GEMS===
  15. gem 'rmagick', '~> 2.12.2'
  16. gem 'rails', '~> 2.3.5'
  17. gem 'hpricot', '~> 0.8', :require => 'hpricot'
  18. gem 'authlogic', '~> 2.1.3', :require => 'authlogic'
  19. gem 'friendly_id', '~> 2.3.3', :require => 'friendly_id'
  20. gem 'will_paginate', '~> 2.3.12', :require => 'will_paginate'
  21. #===REFINERY END OF REQUIRED GEMS===
  22.  
  23. #===REQUIRED FOR REFINERY GEM INSTALL===
  24. # Leave the gem below disabled (commented out) if you're not using the gem install method.
  25. #gem 'refinerycms', '= 0.9.7.dev'
  26. #===END OF REFINERY GEM INSTALL REQUIREMENTS===
  27.  
  28. # Bundle gems for certain environments:
  29. group :test do
  30. # gem 'rspec', '1.2.9'
  31. # gem 'rspec-rails', '1.2.9'
  32. end
  33.  
  34. # Specify your application's gem requirements here. See the examples below:
  35. # gem "refinerycms-news", "~> 0.9.7", :require => "news"
  36. # gem "refinerycms-portfolio", "~> 0.9.3.8", :require => "portfolio"
Add Comment
Please, Sign In to add comment