Do not install byebug on jruby

This commit is contained in:
Nikita Shilnikov 2022-01-13 07:16:53 +03:00
parent 1295b70bc2
commit cc3b349da2
No known key found for this signature in database
GPG Key ID: E569D1D64C40E241
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ eval_gemfile "Gemfile.devtools"
gemspec
group :tools do
gem "byebug"
gem "byebug", platform: :mri
gem "yard"
end