Skip to content

Commit

Permalink
Merge pull request #3054 from jacobherrington/upgrade-nokogiri
Browse files Browse the repository at this point in the history
Upgrade nokogiri to 1.8.5
  • Loading branch information
kennyadsl authored Jan 28, 2019
2 parents 382967c + 95c2bf0 commit c39c258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gem "middleman", "~> 4.2"
gem "oga", "~> 2.14"
gem "nokogiri", "~>1.8.1"
gem "nokogiri", "~>1.8.5"
gem "middleman-s3_sync"
gem "redcarpet"
gem "rack", ">= 2.0.6"
4 changes: 2 additions & 2 deletions guides/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_json (1.13.1)
nokogiri (1.8.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
oga (2.15)
ast
Expand Down Expand Up @@ -148,7 +148,7 @@ PLATFORMS
DEPENDENCIES
middleman (~> 4.2)
middleman-s3_sync
nokogiri (~> 1.8.1)
nokogiri (~> 1.8.5)
oga (~> 2.14)
rack (>= 2.0.6)
redcarpet
Expand Down

0 comments on commit c39c258

Please sign in to comment.