Skip to content

Instantly share code, notes, and snippets.

@faun
Last active December 11, 2015 19:48
Show Gist options
  • Save faun/4650812 to your computer and use it in GitHub Desktop.
Save faun/4650812 to your computer and use it in GitHub Desktop.
Gemfile
source 'https://rubygems.org'
gem 'rails', '~> 3.2.11'
#...
group :test, :development do
gem "rspec-rails", "~> 2.0"
gem 'capybara', "~> 2.0.2"
gem "factory_girl_rails", "~> 4.0"
end
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment