Skip to content

Commit

Permalink
Bump nokogiri from 1.11.1 to 1.11.2 (#275)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.11.1...v1.11.2)

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 <strehle@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and strehle committed Apr 5, 2021
1 parent 977dda6 commit 1932512
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.11.1'
gem 'nokogiri', '1.11.2'
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.5.0)
minitest (5.14.4)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pry (0.13.1)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS
DEPENDENCIES
activesupport
bosh-template
nokogiri (= 1.11.1)
nokogiri (= 1.11.2)
pry-byebug
rake
rspec
Expand Down

0 comments on commit 1932512

Please sign in to comment.