Skip to content

Commit

Permalink
Merge pull request #601 from rubygems/dependabot/bundler/nokogiri-1.13.2
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.12.5 to 1.13.2
  • Loading branch information
hsbt committed Feb 27, 2022
2 parents da93ee4 + df01f7b commit 17f370f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rake'
gem 'ronn'
gem 'kramdown'
gem 'builder'
gem 'nokogiri', '~> 1.12'
gem 'nokogiri', '~> 1.13'
gem 'haml', '~> 5.1.2'

group :development do
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.6.1)
mini_portile2 (2.8.0)
mini_racer (0.5.0)
libv8-node (~> 16.10.0.0)
minitest (5.14.4)
multipart-post (2.1.1)
mustache (1.0.5)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
nokogiri (1.13.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
nokogiri (1.13.2-x86_64-linux)
racc (~> 1.4)
octokit (4.15.0)
faraday (>= 0.9)
Expand All @@ -129,7 +129,7 @@ GEM
public_suffix (4.0.6)
puma (4.3.11)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rake (13.0.1)
rb-fsevent (0.11.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ DEPENDENCIES
middleman-blog
middleman-search!
middleman-syntax
nokogiri (~> 1.12)
nokogiri (~> 1.13)
octokit (~> 4.15)
pry
pry-byebug
Expand Down

0 comments on commit 17f370f

Please sign in to comment.