Skip to content

Commit 22ee0aa

Browse files
committed
Add x86_64-linux platform to Gemfile.lock
Per rubygems/rubygems#4269
1 parent 4a3135b commit 22ee0aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile.lock

+3
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ GEM
219219
racc (~> 1.4)
220220
nokogiri (1.13.9-x64-mingw32)
221221
racc (~> 1.4)
222+
nokogiri (1.13.9-x86_64-linux)
223+
racc (~> 1.4)
222224
octokit (4.25.1)
223225
faraday (>= 1, < 3)
224226
sawyer (~> 0.9)
@@ -261,6 +263,7 @@ GEM
261263
PLATFORMS
262264
ruby
263265
x64-mingw32
266+
x86_64-linux
264267

265268
DEPENDENCIES
266269
github-pages

0 commit comments

Comments
 (0)