Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.10.8 to 1.11.0 #4

Merged
merged 1 commit into from Mar 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 8 additions & 35 deletions Gemfile.lock
@@ -1,33 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.1.6)
ethon (0.11.0)
ffi (>= 1.3.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.10.0)
ffi (1.10.0-x64-mingw32)
forwardable-extended (2.6.0)
html-proofer (3.10.0)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
colorize (~> 0.8)
mercenary (~> 0.3.2)
nokogiri (~> 1.10.4)
parallel (~> 1.3)
typhoeus (~> 1.3)
yell (~> 2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jekyll (3.6.3)
addressable (~> 2.4)
colorator (~> 1.0)
Expand All @@ -54,18 +34,18 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
minitest (5.14.1)
mini_portile2 (2.5.0)
multipart-post (2.0.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.8-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.0-x64-mingw32)
racc (~> 1.4)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
parallel (1.12.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
racc (1.5.2)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
Expand All @@ -81,25 +61,18 @@ GEM
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
yell (2.0.7)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
ffi (>= 1.9.24)
html-proofer
jekyll (>= 3.6.3)
jekyll-feed
jekyll-gist
jekyll-sitemap
nokogiri (> 1.10.4)
nokogiri
rake

BUNDLED WITH
Expand Down