Gemfile 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. source 'https://rubygems.org'
  2. # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
  3. #START_HIGHLIGHT
  4. gem "activeresource", :require => 'active_resource', :path => "/home/rubys/git/activeresource"
  5. #END_HIGHLIGHT
  6. gem 'rails', '4.0.0.beta'
  7. gem 'sqlite3'
  8. # Gems used only for assets and not required
  9. # in production environments by default.
  10. group :assets do
  11. gem 'sprockets-rails', '~> 2.0.0.rc1'
  12. gem 'sass-rails', '~> 4.0.0.beta'
  13. gem 'coffee-rails', '~> 4.0.0.beta'
  14. # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  15. # gem 'therubyracer', platforms: :ruby
  16. gem 'uglifier', '>= 1.0.3'
  17. end
  18. gem 'jquery-rails'
  19. # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
  20. gem 'turbolinks'
  21. # To use ActiveModel has_secure_password
  22. # gem 'bcrypt-ruby', '~> 3.0.0'
  23. # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
  24. # gem 'jbuilder'
  25. # Use unicorn as the app server
  26. # gem 'unicorn'
  27. # Deploy with Capistrano
  28. # gem 'capistrano', group: :development
  29. # To use debugger
  30. # gem 'debugger'