diff options
author | danielsdeleo <dan@opscode.com> | 2012-11-15 16:16:36 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2012-11-19 14:05:15 -0800 |
commit | 9b39d2ca14733fe082fcd6e05d6c928219726d07 (patch) | |
tree | 0a57360a4330bdd79f525a845896215e674737da /Gemfile | |
parent | 1dbff12baedf3e8fca2ce3adcc4dfdbf2dd8fcdf (diff) | |
download | chef-9b39d2ca14733fe082fcd6e05d6c928219726d07.tar.gz |
replace thin w/ webrick for func. test server
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -7,12 +7,6 @@ gem "ronn" group(:development, :test) do gem 'rack' - 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 - # replace thin with webrat or some other alternative. - gem 'eventmachine', '0.12.10', :platforms => :ruby gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd)/) # gem 'awesome_print' |