Skip to content

Instantly share code, notes, and snippets.

@dennisle
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisle/4cff72dba8c7d021cc0e to your computer and use it in GitHub Desktop.
Save dennisle/4cff72dba8c7d021cc0e to your computer and use it in GitHub Desktop.
Gemfile_tree
Gem would not bundle....
source 'https://rubygems.org'
gem 'rails', '4.2.1'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
group :development, :test do
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'spring'
end
group :development, :test do
gem 'rspec-rails', '~> 2.0'
end
group :test do
gem 'capybara', '~> 2.1.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment