Add readline dependency if needed.

This commit is contained in:
Glenn Y. Rolland 2014-01-03 10:38:52 +01:00
parent 93be352501
commit 0a23465b98

View file

@ -2,6 +2,7 @@
source "https://rubygems.org"
gem "pry"
gem "rb-readline"
gem "thor"
gem "colorize"
gem "rspec"