From a550491fca35b33f08b00da410a2b15694d2ab47 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 1 Apr 2014 20:39:58 +0200 Subject: [PATCH] unbreak pry builds on < ruby 2.1.1 --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 73bfb029..5f7e69a0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source 'https://rubygems.org' gemspec gem 'rake', '~> 10.0' -gem 'pry-doc' # For Guard group :development do