Skip to content

Commit 52bf15b

Browse files
committed
dep(dev): drop Rubocop from JRuby deps
because prism won't build on the installation VMs without installing more packages, whcih I don't want to to do. (cherry picked from commit ce28637)
1 parent 189769d commit 52bf15b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile

+6-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ group :development do
2424
gem "simplecov", "= 0.21.2"
2525

2626
# rubocop
27-
gem "standard", "1.43.0"
28-
gem "rubocop-minitest", "0.36.0"
29-
gem "rubocop-packaging", "0.5.2"
30-
gem "rubocop-rake", "0.6.0"
27+
unless RUBY_PLATFORM == "java"
28+
gem "standard", "1.43.0"
29+
gem "rubocop-minitest", "0.36.0"
30+
gem "rubocop-packaging", "0.5.2"
31+
gem "rubocop-rake", "0.6.0"
32+
end
3133
end
3234

3335
# If Psych doesn't build, you can disable this group locally by running

0 commit comments

Comments
 (0)