Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Bump nokogiri from 1.6.7.2 to 1.10.8 #78

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 @@ -47,7 +47,7 @@ gem 'sinatra', require: false
gem 'slim'
# gem 'sidetiq', '~> 0.7.0'

gem 'nokogiri', '~> 1.6'
gem 'nokogiri', '~> 1.10'

# Caching
gem 'dalli', '~> 2.7'
Expand Down
39 changes: 21 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
builder (3.2.2)
builder (3.2.4)
bullet (5.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
Expand Down Expand Up @@ -89,6 +89,7 @@ GEM
coffee-script-source (1.10.0)
concurrent-ruby (1.0.1)
connection_pool (2.2.0)
crass (1.0.6)
dalli (2.7.6)
database_cleaner (1.5.1)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -169,7 +170,8 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashie (3.4.3)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.3)
jbuilder (2.4.1)
Expand All @@ -181,14 +183,15 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
json (1.8.6)
jwt (1.5.1)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
loofah (2.0.3)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
mail (2.6.4)
Expand All @@ -199,15 +202,15 @@ GEM
mime-types-data (3.2016.0221)
mini_magick (3.8.0)
subexec (~> 0.2.1)
mini_portile2 (2.0.0)
minitest (5.8.4)
mini_portile2 (2.4.0)
minitest (5.14.0)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.3.0)
net-ssh (3.1.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -253,7 +256,7 @@ GEM
puma (2.16.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.4)
rack (1.6.13)
rack-mini-profiler (0.9.8)
rack (>= 1.1.3)
rack-protection (1.5.3)
Expand All @@ -273,12 +276,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.3.0)
loofah (~> 2.3)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -379,11 +382,11 @@ GEM
subexec (0.2.3)
temple (0.7.6)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.2)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -400,7 +403,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
will_paginate (3.1.0)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
Expand Down Expand Up @@ -434,7 +437,7 @@ DEPENDENCIES
launchy (~> 2.4.3)
mini_magick (= 3.8.0)
net-ssh
nokogiri (~> 1.6)
nokogiri (~> 1.10)
omniauth-facebook (~> 3.0)
omniauth-google-oauth2 (~> 0.3.1)
omniauth-twitter (~> 1.2)
Expand Down