summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@getchef.com>2014-11-03 09:00:22 -0800
committerScott Hain <shain@getchef.com>2014-11-03 09:00:22 -0800
commit6dd65d4e65f9cc90169a5db209354c4caf60dfb0 (patch)
tree003586375d580fc65db0aa5041a64db1a2f3ef88
parentac34449bf03ca474bbef95b56c9dacd8d35a0960 (diff)
downloadchef-6dd65d4e65f9cc90169a5db209354c4caf60dfb0.tar.gz
Testing ipaddress
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1418235ebc..cf97ae5b96 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ 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"
group(:docgen) do
gem "yard"