Add readline dependency if needed.
This commit is contained in:
parent
93be352501
commit
0a23465b98
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -2,6 +2,7 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "pry"
|
||||
gem "rb-readline"
|
||||
gem "thor"
|
||||
gem "colorize"
|
||||
gem "rspec"
|
||||
|
|
Loading…
Reference in a new issue