[ci] Do not install hotch on jruby

This commit is contained in:
Nikita Shilnikov 2021-12-22 14:22:55 +03:00
parent dc18f3487a
commit 55df3ebf8f
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ group :benchmarks do
end
group :tools do
gem 'hotch'
gem 'hotch', platform: :mri
gem 'pry-byebug', platform: :mri
end