Skip to content

Instantly share code, notes, and snippets.

@steveclarke
Created March 28, 2012 02:25
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 steveclarke/2222984 to your computer and use it in GitHub Desktop.
Save steveclarke/2222984 to your computer and use it in GitHub Desktop.
Bundler 1.1
gem 'capistrano', '~> 2.11.2'
gem 'rails', github: 'rails/rails', branch: '3-2-stable', ref: '123...'
gem 'rails', path: '~/code/rails'
gem 'capybara', group: :test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment