summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@getchef.com>2014-11-03 09:04:45 -0800
committerScott Hain <shain@getchef.com>2014-11-03 09:04:45 -0800
commit7bdc86c32f4967e6e2439c1a1f5e9016d7661c14 (patch)
tree915d09526b514113f814b72f40694fa993382b87
parent6dd65d4e65f9cc90169a5db209354c4caf60dfb0 (diff)
downloadchef-shain/ipaddress.tar.gz
Locking depsshain/ipaddress
-rw-r--r--Gemfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cf97ae5b96..832c003962 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,11 @@ source "https://rubygems.org"
gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
-gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git", :branch => "master"
+
+gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git",
+ :ref => "27a4d39661507bd068f50cc9cb3f652772ff56a3"
+
+gem "ohai", :git => "https://github.com/opscode/ohai.git", :branch => "shain/ipaddress"
group(:docgen) do
gem "yard"