summaryrefslogtreecommitdiff
path: root/version_policy.rb
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 /version_policy.rb
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 'version_policy.rb')
-rw-r--r--version_policy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 5621ea43ff..a16e7ad500 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -21,6 +21,7 @@ OMNIBUS_OVERRIDES = {
## according to comment in omnibus-sw, latest versions don't work on solaris
# https://github.com/chef/omnibus-software/blob/aefb7e79d29ca746c3f843673ef5e317fa3cba54/config/software/libtool.rb#L23
:bundler => "1.12.5", # until we figure out how to work with 1.13.0
+ :rainbow => "2.1.0", # Currently pinned until rubygems is updated
"libffi" => "3.2.1",
"libiconv" => "1.14",
"liblzma" => "5.2.2",