Skip to content

Commit

Permalink
Restrict ruby-shadow development dependency to *nix.
Browse files Browse the repository at this point in the history
It doesn't compile easily on windows and we probably don't need it
there anyway. The 'ruby' platform requirement in the Gemfile excludes
Windows.
  • Loading branch information
btm committed Jul 23, 2012
1 parent 5e7f9d5 commit 1824e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ gem "ronn"

group(:development, :test) do
gem 'rack'
# The 'ruby' platform is surprisingly just unix-y platforms
# 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'
gem 'ruby-shadow', :platforms => :ruby
# gem 'awesome_print'
# gem 'pry'
end
Expand Down

0 comments on commit 1824e88

Please sign in to comment.