summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
diff options
context:
space:
mode:
authorRyan Hass <rhass@users.noreply.github.com>2017-01-19 11:26:09 -0800
committerRyan Hass <rhass@users.noreply.github.com>2017-01-19 12:19:37 -0800
commit9705a2b0d540f15a10f6bacb91b827c302f48748 (patch)
tree029164c618126227e26e317a29b333f06216c26b /kitchen-tests/Gemfile
parentaf9be8fabd1851fcacc6c29c55ac23f2e4f3d46b (diff)
downloadchef-9705a2b0d540f15a10f6bacb91b827c302f48748.tar.gz
Pin version of rainbow gem and update deps.
We need to pin rainbow until the next version of rubygems is released as it is causing build failures in travis. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r--kitchen-tests/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index ad89269a75..4b6b595d1f 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -9,3 +9,4 @@ gem "kitchen-vagrant"
gem "ridley"
gem "test-kitchen"
gem "vagrant-wrapper"
+gem "rainbow", ">= 2.1.0", "< 2.2"