Skip to content

Commit

Permalink
Add "rb-readline" to Gemfile
Browse files Browse the repository at this point in the history
It is needed to avoid TravisCI build failure caused by a lack of Readline support in ChefDK
  • Loading branch information
legal90 committed Jan 20, 2017
1 parent 5cda687 commit dc87c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ group :test, :integration, :unit do
gem 'chef-dk'
gem 'chefspec'
gem 'serverspec'
gem 'rb-readline'
end

group :development do
Expand Down

0 comments on commit dc87c28

Please sign in to comment.