Skip to content

Commit

Permalink
Bump nokogiri from 1.14.3 to 1.16.7 in /src/oc-id
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.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 2ba6648 commit b8748e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'rb-readline', '~> 0.5.2', require: false
gem 'sass-rails', '>= 4.0.3'
gem 'turbolinks', '~> 5'
gem 'unicorn-rails', '~> 2.2', '>= 2.2.1'
gem 'nokogiri', '1.14.3'
gem 'nokogiri', '1.16.7'
gem 'pg', '>= 0.18', '< 2.0' # active_record 4.2.8 pins this but doesn't manifest this in the gemspec for some reason
gem 'mixlib-authentication', '>= 2.1', '< 4'
gem 'responders', '~> 3.0', '>= 3.0.1'
Expand Down
8 changes: 5 additions & 3 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.18.0)
mixlib-archive (1.1.7)
mixlib-log
Expand Down Expand Up @@ -343,7 +344,8 @@ GEM
net-protocol
net-ssh (6.1.0)
nio4r (2.5.9)
nokogiri (1.14.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
ohai (17.9.1)
Expand Down Expand Up @@ -384,7 +386,7 @@ GEM
stringio
public_suffix (5.0.3)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.8.0)
rack (2.2.8)
rack-protection (3.0.6)
rack
Expand Down Expand Up @@ -612,7 +614,7 @@ DEPENDENCIES
jwt
mailcatcher
mixlib-authentication (>= 2.1, < 4)
nokogiri (= 1.14.3)
nokogiri (= 1.16.7)
omniauth-chef (~> 0.4)
pg (>= 0.18, < 2.0)
pry-byebug
Expand Down

0 comments on commit b8748e2

Please sign in to comment.