Skip to content

Commit

Permalink
Merge pull request #377 from dentarg/truffleruby-19.3.1
Browse files Browse the repository at this point in the history
Test against TruffleRuby 19.3.1
  • Loading branch information
dentarg committed Jan 25, 2020
2 parents 7311daa + c9794f3 commit cbc62de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ cache: bundler
language: ruby
rvm:
- jruby-9.2.9.0
- truffleruby-19.3.0.2
- truffleruby-19.3.1
- ruby-head
- ruby-head-clang
- 2.0.0
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -27,10 +27,6 @@ group :test, :development do
else
gem 'rack', :require => false
end

# Remove when truffleruby 19.3.1 is out, see
# https://github.com/oracle/truffleruby/issues/1857#issuecomment-567976167
gem 'json', '~> 2.2.0' if RUBY_ENGINE == 'truffleruby'
end

gem 'idn-ruby', :platform => [:mri_20, :mri_21, :mri_22, :mri_23, :mri_24]

0 comments on commit cbc62de

Please sign in to comment.