We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 220f931 + 3350ac6 commit cc940cdCopy full SHA for cc940cd
1 file changed
Gemfile.lock
@@ -88,7 +88,9 @@ GEM
88
rb-inotify (~> 0.9, >= 0.9.10)
89
mercenary (0.4.0)
90
multipart-post (2.1.1)
91
- nokogiri (1.12.5-x86_64-darwin)
+ nokogiri (1.13.6-x86_64-darwin)
92
+ racc (~> 1.4)
93
+ nokogiri (1.13.6-x86_64-linux)
94
racc (~> 1.4)
95
nokogumbo (2.0.5)
96
nokogiri (~> 1.8, >= 1.8.4)
@@ -99,7 +101,7 @@ GEM
99
101
pathutil (0.16.2)
100
102
forwardable-extended (~> 2.6)
103
public_suffix (4.0.6)
- racc (1.5.2)
104
+ racc (1.6.0)
105
rainbow (3.0.0)
106
rb-fsevent (0.11.0)
107
rb-inotify (0.10.1)
@@ -122,6 +124,7 @@ GEM
122
124
123
125
PLATFORMS
126
x86_64-darwin-19
127
+ x86_64-linux
128
129
DEPENDENCIES
130
html-proofer
0 commit comments