Skip to content

Commit

Permalink
Update nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
gyulavoros committed Mar 22, 2018
1 parent 9b98c5b commit 01dc818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'rouge'
gem 'mini_magick'
gem 'nokogiri'
gem 'nokogiri', '~> 1.8.1'
gem 'httparty'

group :jekyll_plugins do
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -77,12 +77,12 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
mini_magick (4.8.0)
mini_portile2 (2.2.0)
mini_portile2 (2.3.0)
minitest (5.10.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.11.2)
Expand Down Expand Up @@ -122,8 +122,8 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
mini_magick
nokogiri
nokogiri (~> 1.8.1)
rouge

BUNDLED WITH
1.15.1
1.16.1

0 comments on commit 01dc818

Please sign in to comment.