diff options
author | Eric Saxby <sax@livinginthepast.org> | 2013-11-23 13:50:43 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-11-26 10:57:02 -0800 |
commit | 669cd218c1cad141f067d6b7eb632549f00972e0 (patch) | |
tree | 221cff15d7d8bc2f57bc56e0e3ded539d62aa595 /Gemfile | |
parent | 5e6e083422661b38f001fac1ed9dffe29fb88ac7 (diff) | |
download | ohai-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-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' |