We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d486d + 603c526 commit 6358709Copy full SHA for 6358709
Gemfile.lock
@@ -81,7 +81,7 @@ GEM
81
jekyll (>= 3.5, < 5.0)
82
jekyll-feed (~> 0.9)
83
jekyll-seo-tag (~> 2.1)
84
- nokogiri (1.15.5-x86_64-darwin)
+ nokogiri (1.16.2-x86_64-linux)
85
racc (~> 1.4)
86
parallel (1.24.0)
87
parser (3.2.2.4)
@@ -132,11 +132,12 @@ GEM
132
typhoeus (1.4.1)
133
ethon (>= 0.9.0)
134
unicode-display_width (1.8.0)
135
+ webrick (1.8.1)
136
yell (2.2.2)
137
zeitwerk (2.6.12)
138
139
PLATFORMS
- x86_64-darwin-22
140
+ x86_64-linux
141
142
DEPENDENCIES
143
ffi (~> 1.10)
@@ -152,6 +153,7 @@ DEPENDENCIES
152
153
rubocop (~> 1.12.0)
154
rubocop-rake
155
tzinfo-data
156
+ webrick (~> 1.8)
157
158
BUNDLED WITH
159
2.4.9
0 commit comments