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.13.10 to 1.14.3 #1720

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -22,7 +22,7 @@ gem 'jbuilder'
gem 'jmespath', '~> 1.6.1'
gem 'jwt'
gem 'mini_magick', '~> 4.9.4'
gem 'nokogiri', '~> 1.13.10'
gem 'nokogiri', '~> 1.14.3'
gem 'oh_delegator'
gem 'open4'
gem 'paperclip', '~> 5.3'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -280,7 +280,7 @@ GEM
rake
mini_magick (4.9.5)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
minitest (5.16.2)
minitest-rails (5.2.0)
minitest (~> 5.10)
Expand All @@ -294,12 +294,12 @@ GEM
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
oh_delegator (0.1.0)
open4 (1.3.4)
Expand All @@ -314,7 +314,7 @@ GEM
ast (~> 2.4.1)
pg (0.20.0)
public_suffix (4.0.6)
racc (1.6.1)
racc (1.6.2)
rack (2.2.3.1)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -522,7 +522,7 @@ DEPENDENCIES
minitest-rails
minitest-spec-rails
mocha
nokogiri (~> 1.13.10)
nokogiri (~> 1.14.3)
oh_delegator
open4
paperclip (~> 5.3)
Expand Down