Skip to content

Commit

Permalink
Merge pull request #75 from seancribbs/fix-ci-jruby18
Browse files Browse the repository at this point in the history
Unbreak CI for JRuby 1.8
  • Loading branch information
bernd committed Nov 13, 2012
2 parents b439210 + 6f153d1 commit e5f483d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -8,7 +8,9 @@ gem 'bundler'

group :webservers do
gem 'mongrel', '~> 1.2.beta', :platform => [:mri, :rbx]
gem 'reel', '>= 0.1.0', :platform => [:ruby_19, :jruby]
if RUBY_VERSION >= '1.9'
gem 'reel', '>= 0.1.0', :platform => [:ruby_19, :jruby]
end
gem 'hatetepe', '~> 0.5'
end

Expand Down

0 comments on commit e5f483d

Please sign in to comment.