summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ynard <p.ynard@criteo.com>2014-01-10 11:20:46 +0100
committerPierre Ynard <p.ynard@criteo.com>2014-01-10 11:22:19 +0100
commit3a5cafa3d865cb6960fce22aa62cde8b0bee1b62 (patch)
tree5dbe150c0d6aef371d47f3275cd698d8a95b74f5
parentcbbf8f8f2169945451da6fff76c75bd79da307e1 (diff)
downloadchef-3a5cafa3d865cb6960fce22aa62cde8b0bee1b62.tar.gz
[CHEF-4946] Don't try to install ruby-shadow on cygwin
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d4b7ce83f5..20e0b7792c 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(/(darwin|freebsd|aix|cygwin)/)
end
# If you want to load debugging tools into the bundle exec sandbox,