Skip to content

Commit

Permalink
Tweak Gemfile to disable Mongrel 1.2 beta on JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Aug 20, 2012
1 parent f8e95ac commit 3f8028b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ rvm:
- 1.9.2
- 1.9.3
- jruby-18mode
# - jruby-19mode native extension issues
# see: http://travis-ci.org/#!/seancribbs/webmachine-ruby/jobs/2171020
- jruby-19mode
- rbx-18mode
- rbx-19mode
bundler_args: --without=guard,docs
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gemspec
gem 'bundler'

group :webservers do
gem 'mongrel', '~> 1.2.beta'
gem 'mongrel', '~> 1.2.beta', :platform => [:mri, :rbx]

This comment has been minimized.

Copy link
@tarcieri

tarcieri Aug 20, 2012

Contributor

I believe you can use :platform => :cruby to accomplish the same effect

gem 'reel', '>= 0.1.0', :platform => 'ruby_19'
gem 'hatetepe', '~> 0.5'
end
Expand Down

0 comments on commit 3f8028b

Please sign in to comment.