Skip to content

Instantly share code, notes, and snippets.

@natchiketa
Created July 26, 2014 19:32
Show Gist options
  • Save natchiketa/e48eb79871a8a4af7cea to your computer and use it in GitHub Desktop.
Save natchiketa/e48eb79871a8a4af7cea to your computer and use it in GitHub Desktop.
Using jazz_hands gem with Ruby 2.1.2
# In your Gemfile
# ...your gems
group :development, :test do
# Whatever gems you already have in this group
gem 'jazz_hands', github: 'nixme/jazz_hands', branch: 'bring-your-own-debugger'
gem 'pry-byebug' # This may or may not work with 2.1.2 either, so remove if you still get errorrs
gem "awesome_print"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment