Skip to content

Commit ee19c3c

Browse files
Bump nokogiri from 1.18.7 to 1.18.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.7 to 1.18.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.7...v1.18.8) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.18.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea408f5 commit ee19c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'mysql2', '~> 0.5.5'
1212
gem 'curb', '~> 1.0.1'
1313
gem 'haml', '~> 6'
1414
gem 'will_paginate', '~> 3.3.1'
15-
gem 'nokogiri', '~> 1.16'
15+
gem 'nokogiri', '~> 1.18'
1616
gem 'authlogic', '~> 6.4', '>= 6.4.3'
1717
gem 'omniauth_login_dot_gov', git: 'https://github.com/18f/omniauth_login_dot_gov', ref: '6e117a9c68b19a1fbc70533613b74b0d8affd641'
1818
gem 'rack', '~> 2.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ GEM
569569
net-ssh (7.3.0)
570570
newrelic_rpm (9.18.0)
571571
nio4r (2.7.4)
572-
nokogiri (1.18.7)
572+
nokogiri (1.18.8)
573573
mini_portile2 (~> 2.8.2)
574574
racc (~> 1.4)
575575
omniauth (2.1.3)
@@ -1010,7 +1010,7 @@ DEPENDENCIES
10101010
net-http
10111011
net-http-persistent (~> 2.9.3)
10121012
newrelic_rpm (~> 9.10)
1013-
nokogiri (~> 1.16)
1013+
nokogiri (~> 1.18)
10141014
omniauth (~> 2.1.0)
10151015
omniauth-rails_csrf_protection (~> 1.0.1)
10161016
omniauth_login_dot_gov!

0 commit comments

Comments
 (0)