Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ else
end

if RUBY_PLATFORM == 'java'
gem 'minitest', '< 5.11'
# See issue #6547 in the JRuby repo. It is fixed in JRuby 9.3
gem 'i18n', '< 1.8.8' if JRUBY_VERSION < '9.3'

Expand Down
Loading