summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorEric Saxby <sax@livinginthepast.org>2013-11-23 13:50:43 -0800
committerBryan McLellan <btm@opscode.com>2013-11-26 10:57:02 -0800
commit669cd218c1cad141f067d6b7eb632549f00972e0 (patch)
tree221cff15d7d8bc2f57bc56e0e3ded539d62aa595 /Gemfile
parent5e6e083422661b38f001fac1ed9dffe29fb88ac7 (diff)
downloadohai-669cd218c1cad141f067d6b7eb632549f00972e0.tar.gz
OHAI-529 Remove ipaddr_extension from Gemfile
Specs for the ip_scopes plugin can be run in two ways: * Run rspec in the context of `bundle exec` * Install ipaddr_extensions, then run rspec outside of `bundle exec`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ca1f7311..9b991f32 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,6 @@ group :development do
gem "sigar", :platform => "ruby"
gem 'plist'
- gem 'ipaddr_extensions'
#gem 'pry'
#gem 'pry-debugger'
# gem 'pry-stack_explorer'