Skip to content

Commit

Permalink
Bump nokogiri from 1.14.3 to 1.16.2 (#1107)
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Brackett <rob@robbrackett.com>
  • Loading branch information
dependabot[bot] and Mr0grog authored Feb 6, 2024
1 parent e257f87 commit 30e9dd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ commands:
command: gem install bundler -v $(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -1 | tr -d " ")
- restore_cache:
keys:
- v5-bundler-{{ arch }}-{{ checksum "Gemfile.lock" }}
- v5-bundler-{{ arch }}-
- v6-bundler-{{ arch }}-{{ checksum "Gemfile.lock" }}
- v6-bundler-{{ arch }}-
- run:
name: Install Bundle/Gems
command: |
Expand All @@ -38,7 +38,7 @@ commands:
echo '======== CLEANING Bundle ========='
bundle clean
- save_cache:
key: v5-bundler-{{ arch }}-{{ checksum "Gemfile.lock" }}
key: v6-bundler-{{ arch }}-{{ checksum "Gemfile.lock" }}
paths:
- ./vendor/bundle

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
oj (3.13.23)
orm_adapter (0.5.0)
Expand All @@ -230,7 +230,7 @@ GEM
pundit (2.3.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rack-brotli (1.2.0)
brotli (>= 0.1.7)
Expand Down

0 comments on commit 30e9dd7

Please sign in to comment.