File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff 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
3133end
3234
3335# If Psych doesn't build, you can disable this group locally by running
Original file line number Diff line number Diff line change 11---
22libxml2 :
3- version : " 2.13.6 "
4- sha256 : " f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96 "
5- # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.6 .sha256sum
3+ version : " 2.13.7 "
4+ sha256 : " 14796d24402108e99d8de4e974d539bed62e23af8c4233317274ce073ceff93b "
5+ # sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.13/libxml2-2.13.7 .sha256sum
66
77libxslt :
88 version : " 1.1.43"
You can’t perform that action at this time.
0 commit comments