Skip to content

Commit

Permalink
Merge pull request sinatra#1577 from olleolleolle/patch-4
Browse files Browse the repository at this point in the history
CI: Use jruby-9.2.9.0
  • Loading branch information
namusyaka authored Dec 30, 2019
2 parents 7c144ee + f01eff9 commit 64cf079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rvm:
- 2.6.5
- ruby-head
- rbx-3
- jruby-9.2.8.0
- jruby-9.2.9.0
- jruby-head

script: ./.travis.sh
Expand All @@ -35,7 +35,7 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.2.8.0
- rvm: jruby-9.2.9.0
- rvm: rbx-3

notifications:
Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ if RUBY_ENGINE == 'jruby'
gem 'trinidad'
end

if RUBY_ENGINE == 'jruby' || RUBY_ENGINE == 'ruby'
gem "activesupport", "~> 5.1.6"
end

if RUBY_ENGINE == "ruby"
gem 'less', '~> 2.0'
gem 'therubyracer'
Expand All @@ -34,7 +38,6 @@ if RUBY_ENGINE == "ruby"
gem 'bluecloth'
gem 'rdiscount'
gem 'RedCloth'
gem "activesupport", "~> 5.1.6"
gem 'puma'
gem 'yajl-ruby'
gem 'nokogiri'
Expand Down

0 comments on commit 64cf079

Please sign in to comment.