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.6.8.1 to 1.15.4 #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
21 changes: 13 additions & 8 deletions Gemfile.lock
@@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
rails-assets-momentjs (2.17.1)

GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.5)
actionpack (= 5.0.5)
Expand Down Expand Up @@ -179,10 +183,10 @@ GEM
html2haml (>= 1.0.1)
railties (>= 4.0.1)
hashie (5.0.0)
html2haml (2.0.0)
html2haml (2.3.0)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
haml (>= 4.0)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
http_parser.rb (0.6.0)
i18n (0.9.5)
Expand Down Expand Up @@ -220,15 +224,16 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (1.0.2)
mini_portile2 (2.1.0)
mini_portile2 (2.8.4)
minitest (5.15.0)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nenv (0.3.0)
nio4r (2.1.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -273,6 +278,7 @@ GEM
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
racc (1.7.1)
rack (2.2.3)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
Expand All @@ -291,7 +297,6 @@ GEM
bundler (>= 1.3.0)
railties (= 5.0.5)
sprockets-rails (>= 2.0.0)
rails-assets-momentjs (2.17.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand Down