Skip to content

Instantly share code, notes, and snippets.

@schneems
Created November 23, 2015 19:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schneems/23a355fb4c7d2a61a170 to your computer and use it in GitHub Desktop.
Save schneems/23a355fb4c7d2a61a170 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', github: "rails/rails"
gem 'arel', github: "rails/arel"
gem "rack", github: "rack/rack"
gem "sprockets", github: "rails/sprockets"
gem "sprockets-rails", github: "rails/sprockets-rails"
gem 'coffee-rails', github: "rails/coffee-rails"
gem 'actioncable', github: 'rails/actioncable'
gem 'sass-rails', github: "rails/sass-rails"
group :development do
gem 'web-console', github: "rails/web-console" #, '~> 2.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment