diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-14 12:52:05 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-14 12:52:05 -0800 |
commit | 0bab0fedea5fe6d86e26f3fbfbd9d5d5650b129b (patch) | |
tree | 516e76bafb86aa77fb9d9ba17745807b068c8c70 /Gemfile | |
parent | ecbc917ac5496f3138b798332ea66f477c33f8ba (diff) | |
download | chef-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |