File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,12 @@ group :development do
24
24
gem "simplecov" , "= 0.21.2"
25
25
26
26
# 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
31
33
end
32
34
33
35
# If Psych doesn't build, you can disable this group locally by running
Original file line number Diff line number Diff line change 1
1
---
2
2
libxml2 :
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
6
6
7
7
libxslt :
8
8
version : " 1.1.43"
You can’t perform that action at this time.
0 commit comments