Skip to content

Commit

Permalink
Bump nokogiri from 1.12.4 to 1.12.5 (#320)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.12.4...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Strehle <11627201+strehle@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and strehle authored Sep 30, 2021
1 parent 329260c commit c342fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'rspec'
gem 'rake'
gem 'nokogiri', '1.12.4'
gem 'nokogiri', '1.12.5'
gem 'activesupport'
gem 'bosh-template'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
method_source (1.0.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
nokogiri (1.12.4)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pry (0.13.1)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
activesupport
bosh-template
nokogiri (= 1.12.4)
nokogiri (= 1.12.5)
pry-byebug
rake
rspec
Expand Down

0 comments on commit c342fc7

Please sign in to comment.