1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

unbreak pry builds on < ruby 2.1.1

This commit is contained in:
robert 2014-04-01 20:39:58 +02:00 committed by Ryan Fitzgerald
parent 21d4c1ddf9
commit a550491fca

View file

@ -1,7 +1,6 @@
source 'https://rubygems.org'
gemspec
gem 'rake', '~> 10.0'
gem 'pry-doc'
# For Guard
group :development do