Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Bump nokogiri from 1.6.7.2 to 1.10.4 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
bcrypt (3.1.10)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
builder (3.2.3)
byebug (8.2.2)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
Expand All @@ -50,6 +50,7 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
crass (1.0.4)
database_cleaner (1.2.0)
debug_inspector (0.0.2)
devise (3.5.6)
Expand Down Expand Up @@ -91,7 +92,8 @@ GEM
haml-coderay (0.2.0)
coderay
haml
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-rails (4.1.0)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
Expand All @@ -100,19 +102,20 @@ GEM
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.0.3)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.4)
mini_portile2 (2.4.0)
minitest (5.11.3)
mysql2 (0.3.20)
nenv (0.2.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand All @@ -122,7 +125,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.5.1)
Expand All @@ -138,12 +141,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (4.2.5.1)
actionpack (= 4.2.5.1)
activesupport (= 4.2.5.1)
Expand Down Expand Up @@ -193,9 +196,9 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.2)
tzinfo (1.2.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
warden (1.2.6)
rack (>= 1.0)
Expand Down