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

build(deps): bump nokogiri #202

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
mini_portile2 (2.7.1)
mini_portile2 (2.8.4)
minitar (0.9)
mixlib-archive (0.4.20)
mixlib-log
Expand All @@ -134,14 +134,14 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-darwin)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
coolline (~> 0.5)
pry (~> 0.13)
public_suffix (4.0.6)
racc (1.6.0)
racc (1.7.1)
rack (2.2.3)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -264,7 +264,7 @@ DEPENDENCIES
guard-rspec
guard-shell
librarian-chef
nokogiri
nokogiri (= 1.15.4)
plist
pry
pry-byebug
Expand Down
Loading