Created
October 21, 2012 15:01
-
-
Save georgebrock/3927199 to your computer and use it in GitHub Desktop.
Gemfile for Rails issue #7910
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'activeresource', github: 'rails/activeresource', ref: '6639bb4' | |
gem 'rails', path: '/vagrant/rails' | |
gem 'journey', github: 'rails/journey', ref: '850267e' | |
gem 'arel', github: 'rails/arel', ref: 'de7e7c8' | |
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders', ref: 'fe150f2' | |
gem 'sqlite3' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sprockets-rails', github: 'rails/sprockets-rails', ref: 'e7146b7' | |
gem 'sass-rails', github: 'rails/sass-rails', ref: '9b60259' | |
gem 'coffee-rails', github: 'rails/coffee-rails', ref: '82da9a9' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
# gem 'therubyracer', platforms: :ruby | |
gem 'uglifier', '>= 1.0.3' | |
end | |
gem 'jquery-rails' | |
# To use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# To use Jbuilder templates for JSON | |
# gem 'jbuilder' | |
# Use unicorn as the app server | |
# gem 'unicorn' | |
# Deploy with Capistrano | |
# gem 'capistrano', group: :development | |
# To use debugger | |
# gem 'debugger' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment