Skip to content

Instantly share code, notes, and snippets.

@joelturnbull
Created April 23, 2014 15:27
Show Gist options
  • Save joelturnbull/11219946 to your computer and use it in GitHub Desktop.
Save joelturnbull/11219946 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'pry', :git => 'git@github.com:pry/pry.git'
gem 'pry-rescue'
gem 'pry-doc'
#gem 'pry-debugger', :git => 'git@github.com:nixme/pry-debugger.git'
gem 'pry-stack_explorer'
gem 'rspec'
gem 'require_all'
gem 'activesupport-inflector'
gem 'i18n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment