summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-14 12:52:05 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-14 12:52:05 -0800
commit0bab0fedea5fe6d86e26f3fbfbd9d5d5650b129b (patch)
tree516e76bafb86aa77fb9d9ba17745807b068c8c70 /Gemfile
parentecbc917ac5496f3138b798332ea66f477c33f8ba (diff)
downloadchef-0bab0fedea5fe6d86e26f3fbfbd9d5d5650b129b.tar.gz
ruby-shadow supports darwin+freebsd now
- comment in https://tickets.opscode.com/browse/CHEF-4402
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d4b7ce83f5..4181312a1e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ group(:development, :test) do
gem "simplecov"
gem 'rack', "~> 1.5.1"
- gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd|aix)/)
+ gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/aix/)
end
# If you want to load debugging tools into the bundle exec sandbox,