Skip to content

Instantly share code, notes, and snippets.

@1syo
Created November 18, 2012 05:07
Show Gist options
  • Save 1syo/4103689 to your computer and use it in GitHub Desktop.
Save 1syo/4103689 to your computer and use it in GitHub Desktop.
Gemfile for installing rails4.
source 'http://rubygems.org'
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'journey', :git => 'git://github.com/rails/journey.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'
gem 'activerecord-deprecated_finders' , :git => 'git://github.com/rails/activerecord-deprecated_finders.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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment