Skip to content

Instantly share code, notes, and snippets.

@nirnaeth
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save nirnaeth/9130743 to your computer and use it in GitHub Desktop.

Select an option

Save nirnaeth/9130743 to your computer and use it in GitHub Desktop.
Git: use local gems
eval File.read('Gemfile')
group :development, :test do
gem 'pry'
gem 'pry-rails'
gem 'pry-doc'
gem 'pry-git'
end
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'bullet'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment