summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2012-07-23 12:19:25 -0700
committerLamont Granquist <lamont@opscode.com>2012-07-23 12:20:49 -0700
commite13818dbd80781b6ada7f5eb20a6c83fab8d5802 (patch)
treef91907e25dda6bb958c60d4ddba6d35a9e821309
parent161610430f3120294434404cc84d72136b276fa5 (diff)
downloadchef-e13818dbd80781b6ada7f5eb20a6c83fab8d5802.tar.gz
Mac has no /etc/shadow or lshadow and cannot install ruby-shadow
-rw-r--r--chef/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/Gemfile b/chef/Gemfile
index a15eb69a21..e70c857a94 100644
--- a/chef/Gemfile
+++ b/chef/Gemfile
@@ -12,7 +12,7 @@ group(:development, :test) do
# thin requires eventmachine, which won't work under Ruby 1.9 on Windows
# http://gembundler.com/man/gemfile.5.html
gem 'thin', :platforms => :ruby
- gem 'ruby-shadow', :platforms => :ruby
+ gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.include?("darwin")
# gem 'awesome_print'
# gem 'pry'
end