summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@getchef.com>2014-11-03 09:04:12 -0800
committerScott Hain <shain@getchef.com>2014-11-03 09:04:12 -0800
commitf9efdb09eeeb4ac36b584c7be077388f76f6bdd2 (patch)
treea7d94500c568c01f76da36640b88ac3c5e6cc15c
parentc02c66b9a75b2382e0847850e3a327d7a3154f33 (diff)
downloadohai-shain/ipaddress.tar.gz
Locking depsshain/ipaddress
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ee1c17d1..f818ecb7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,8 @@ gemspec
gem "rspec_junit_formatter", :git => 'https://github.com/sj26/rspec_junit_formatter.git',
:ref => "147836c41fab23ff7b92806f34122c8e5f2ddcad"
-gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git", :branch => "master"
+gem "ipaddress", :git => "https://github.com/bluemonk/ipaddress.git",
+ :ref => "27a4d39661507bd068f50cc9cb3f652772ff56a3"
group :development do
gem "chef", github: "opscode/chef", branch: "master"