summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorlamont-granquist <lamont@scriptkiddie.org>2014-03-06 12:20:02 -0800
committerlamont-granquist <lamont@scriptkiddie.org>2014-03-06 12:20:02 -0800
commit9951bc7f5403a3aae0b3a613a7b16643bfb99f6a (patch)
tree9f2adc1caed6c5bee72e189f6387687b992f376c /Gemfile
parent66822d4a0bfbba29849f12c0a46220b360066fd7 (diff)
parent0bab0fedea5fe6d86e26f3fbfbd9d5d5650b129b (diff)
downloadchef-9951bc7f5403a3aae0b3a613a7b16643bfb99f6a.tar.gz
Merge pull request #1126 from opscode/lcg/ruby-shadow-2.3.1
CHEF-4773: ruby-shadow supports darwin+freebsd now
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 295f1781a0..546e40dc1b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,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,