Created
July 26, 2014 19:32
-
-
Save natchiketa/e48eb79871a8a4af7cea to your computer and use it in GitHub Desktop.
Using jazz_hands gem with Ruby 2.1.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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