diff options
author | Pierre Ynard <p.ynard@criteo.com> | 2014-01-10 11:20:46 +0100 |
---|---|---|
committer | Pierre Ynard <p.ynard@criteo.com> | 2014-01-10 11:22:19 +0100 |
commit | 3a5cafa3d865cb6960fce22aa62cde8b0bee1b62 (patch) | |
tree | 5dbe150c0d6aef371d47f3275cd698d8a95b74f5 /Gemfile | |
parent | cbbf8f8f2169945451da6fff76c75bd79da307e1 (diff) | |
download | chef-3a5cafa3d865cb6960fce22aa62cde8b0bee1b62.tar.gz |
[CHEF-4946] Don't try to install ruby-shadow on cygwin
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(/(darwin|freebsd|aix|cygwin)/) end # If you want to load debugging tools into the bundle exec sandbox, |