summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 33c3ef3cc2..584a197d5d 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "omnibus", github: "chef/omnibus"
-gem "omnibus-software", github: "chef/omnibus-software"
+gem "omnibus-software", github: "chef/omnibus-software", branch: "lcg/ruby-2.3.0"
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need