Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

36 lines
772 B

  1. source 'http://rubygems.org'
  2. gem 'rails', '3.0.5'
  3. # Bundle edge Rails instead:
  4. # gem 'rails', :git => 'git://github.com/rails/rails.git'
  5. gem 'sqlite3'
  6. gem 'haml'
  7. gem 'RedCloth'
  8. gem 'maruku'
  9. # Use unicorn as the web server
  10. # gem 'unicorn'
  11. # Deploy with Capistrano
  12. # gem 'capistrano'
  13. # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
  14. # gem 'ruby-debug'
  15. # gem 'ruby-debug19'
  16. # Bundle the extra gems:
  17. # gem 'bj'
  18. # gem 'nokogiri'
  19. # gem 'sqlite3-ruby', :require => 'sqlite3'
  20. # gem 'aws-s3', :require => 'aws/s3'
  21. # Bundle gems for the local environment. Make sure to
  22. # put test-only gems in this group so their generators
  23. # and rake tasks are available in development mode:
  24. group :development, :test do
  25. gem 'hpricot'
  26. gem 'ruby_parser'
  27. end