Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.82 KB | None | 0 0
  1. source 'http://rubygems.org'
  2.  
  3. gem 'rails', '3.0.3'
  4.  
  5. # Bundle edge Rails instead:
  6. # gem 'rails', :git => 'git://github.com/rails/rails.git'
  7.  
  8. gem 'pg'
  9. gem 'authlogic'
  10.  
  11. gem 'stripe'
  12. # gem 'exception_notification', :require => 'exception_notifier'
  13.  
  14. # Use unicorn as the web server
  15. # gem 'unicorn'
  16.  
  17. # Deploy with Capistrano
  18. # gem 'capistrano'
  19.  
  20. # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
  21. # gem 'ruby-debug'
  22. # gem 'ruby-debug19'
  23.  
  24. # Bundle the extra gems:
  25. # gem 'bj'
  26. # gem 'nokogiri'
  27. # gem 'sqlite3-ruby', :require => 'sqlite3'
  28. # gem 'aws-s3', :require => 'aws/s3'
  29.  
  30. # Bundle gems for the local environment. Make sure to
  31. # put test-only gems in this group so their generators
  32. # and rake tasks are available in development mode:
  33. # group :development, :test do
  34. #   gem 'webrat'
  35. # end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement