Skip to content

Commit 0c8ee25

Browse files
Bump nokogiri from 1.15.6 to 1.18.7 in /src/oc-id
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.18.7. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.15.6...v1.18.7) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad7fb8b commit 0c8ee25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/oc-id/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'rb-readline', '~> 0.5.2', require: false
1313
gem 'sass-rails', '>= 4.0.3'
1414
gem 'turbolinks', '~> 5'
1515
gem 'unicorn-rails', '~> 2.2', '>= 2.2.1'
16-
gem 'nokogiri', '1.15.6'
16+
gem 'nokogiri', '1.18.7'
1717
gem 'pg', '>= 0.18', '< 2.0' # active_record 4.2.8 pins this but doesn't manifest this in the gemspec for some reason
1818
gem 'mixlib-authentication', '>= 2.1', '< 4'
1919
gem 'responders', '~> 3.0', '>= 3.0.1'

src/oc-id/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ GEM
343343
net-protocol
344344
net-ssh (6.1.0)
345345
nio4r (2.5.9)
346-
nokogiri (1.15.6)
346+
nokogiri (1.18.7)
347347
mini_portile2 (~> 2.8.2)
348348
racc (~> 1.4)
349349
nori (2.6.0)
@@ -614,7 +614,7 @@ DEPENDENCIES
614614
jwt
615615
mailcatcher
616616
mixlib-authentication (>= 2.1, < 4)
617-
nokogiri (= 1.15.6)
617+
nokogiri (= 1.18.7)
618618
omniauth-chef (~> 0.4)
619619
pg (>= 0.18, < 2.0)
620620
pry-byebug

0 commit comments

Comments
 (0)