Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

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

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2022
1 parent 970df4c commit bdd0d06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'devise-guests'
# Misc Utilities
gem 'addressable', '~> 2.8.0'
gem 'bootstrap_form', '~> 2.7.0'
gem 'nokogiri', '~> 1.11.1'
gem 'nokogiri', '~> 1.13.6'
gem 'om'

# Performance monitoring
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,16 @@ GEM
unf
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.5.1)
mini_portile2 (2.8.0)
minitest (5.14.4)
multi_json (1.13.1)
multipart-post (2.1.1)
mysql2 (0.4.10)
nap (1.1.0)
nio4r (2.5.7)
no_proxy_fix (0.1.2)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
public_suffix (4.0.6)
puma (5.3.0)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.6.0)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.5)
mysql2 (~> 0.4.10)
nokogiri (~> 1.11.1)
nokogiri (~> 1.13.6)
om
pry
pry-byebug
Expand Down

0 comments on commit bdd0d06

Please sign in to comment.