Skip to content

Instantly share code, notes, and snippets.

@schneems
Last active September 28, 2015 23:18
Show Gist options
  • Select an option

  • Save schneems/1511159 to your computer and use it in GitHub Desktop.

Select an option

Save schneems/1511159 to your computer and use it in GitHub Desktop.
Bootstrap A Fork of Rails
source 'http://rubygems.org'
gem 'rails', :git => '/Users/schneems/documents/projects/rails'
gem 'journey', :git => 'git://github.com/rails/journey.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'sqlite3'
group :assets do
gem 'sass-rails', :git => 'git://github.com/rails/sass-rails.git'
gem 'coffee-rails', :git => 'git://github.com/rails/coffee-rails.git'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'activerecord-deprecated_finders', :git => 'git://github.com/rails/activerecord-deprecated_finders.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment