summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@getchef.com>2014-11-03 09:00:53 -0800
committerScott Hain <shain@getchef.com>2014-11-03 09:00:53 -0800
commitc02c66b9a75b2382e0847850e3a327d7a3154f33 (patch)
tree36c614f8d774ed9a991687d9a40a24688d079565
parentf606ca119c4867d5e19163b0135a6ee7ec6d0eaa (diff)
downloadohai-c02c66b9a75b2382e0847850e3a327d7a3154f33.tar.gz
Testing ipaddress
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index aba36fa9..ee1c17d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +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"
+
group :development do
gem "chef", github: "opscode/chef", branch: "master"