summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-10-25 17:16:41 -0700
committerBryan McLellan <btm@opscode.com>2012-10-25 17:16:41 -0700
commitbd9cedebd584356b13220efc556f014faa2375ec (patch)
tree7f41fd1ab29ef8cd59525b7401c1751f086301aa
parent09494314ae792fb93bf99e4361331ee096b04be5 (diff)
downloadchef-bd9cedebd584356b13220efc556f014faa2375ec.tar.gz
Add thin back into the development group for Windows
Eventmachine 1.0.0 installs on windows now
-rw-r--r--chef/Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/chef/Gemfile b/chef/Gemfile
index b538e0bc1f..858484d83c 100644
--- a/chef/Gemfile
+++ b/chef/Gemfile
@@ -8,11 +8,7 @@ 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 'thin'
# Eventmachine 1.0.0 is causing functional test failures on Solaris
# 9 SPARC. Pinning em to 0.12.10 solves this issue until we can