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.9 to 1.13.6 #221

Open
wants to merge 1 commit into
base: master
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'haml-rails'
gem 'coffee-rails', '~> 4.0.0'
gem 'coffee-script-source'
gem 'test-unit', '~> 3.0.9'
gem 'nokogiri', '~> 1.10.4'
gem 'nokogiri', '~> 1.13.6'
gem 'csv_shaper'
gem 'andand', github: 'raganwald/andand'
gem 'responders' # Can't move above 1.1 until migrating to rails 4.2+
Expand Down
30 changes: 17 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
GIT
remote: git://github.com/raganwald/andand.git
remote: https://github.com/raganwald/andand.git
revision: d6c4545b6649c70495c26e2038206c5fdb2d14d6
specs:
andand (1.3.3)

GIT
remote: git://github.com/seuros/capistrano-puma.git
revision: 6112323390cff15539d947882d72d937622cfdf4
remote: https://github.com/seuros/capistrano-puma.git
revision: e5d870fcc943abab62670f4a8efd2922e8333adf
specs:
capistrano3-puma (4.0.0)
capistrano3-puma (5.2.0)
capistrano (~> 3.7)
capistrano-bundler
puma (~> 4.0)
puma (>= 4.0, < 6.0)

GIT
remote: git://github.com/voormedia/rails-erd.git
revision: 0fbb1cdf2c84b06afd12974baace8d512bb798da
remote: https://github.com/voormedia/rails-erd.git
revision: e41243f6d33303bfc9bdc1cff159bb1986cbee22
specs:
rails-erd (1.6.0)
rails-erd (1.6.1)
activerecord (>= 4.2)
activesupport (>= 4.2)
choice (~> 0.2.0)
Expand Down Expand Up @@ -281,7 +281,7 @@ GEM
mime-types-data (3.2019.0331)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
minitest (5.14.1)
modernizr-rails (2.7.1)
momentjs-rails (2.20.1)
Expand All @@ -295,8 +295,9 @@ GEM
net-ssh (5.2.0)
netrc (0.11.0)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth (0.5.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
Expand Down Expand Up @@ -337,6 +338,7 @@ GEM
nio4r (~> 2.0)
rabl (0.14.1)
activesupport (>= 2.3.14)
racc (1.6.0)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -391,6 +393,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
Expand All @@ -408,7 +411,8 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
ruby-graphviz (1.2.4)
ruby-graphviz (1.2.5)
rexml
ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubyzip (1.3.0)
Expand Down Expand Up @@ -543,7 +547,7 @@ DEPENDENCIES
modernizr-rails
momentjs-rails (>= 2.9.0)
mysql2 (~> 0.4.0)
nokogiri (~> 1.10.4)
nokogiri (~> 1.13.6)
oj (~> 2.16)
oj_mimic_json
omniauth
Expand Down