Skip to content

Commit

Permalink
Merge pull request #465 from alphagov/dependabot/bundler/nokogiri-1.15.5
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.15.4 to 1.15.5
  • Loading branch information
jkempster34 authored Nov 23, 2023
2 parents 24977cb + b035584 commit 616e245
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 @@ -4,7 +4,7 @@ gem "activerecord", "7.1.1" # Ideally version should be synced with Transition
gem "bootsnap", require: false
gem "erubis", "2.7.0"
gem "govuk_app_config", "~> 9.5.0"
gem "nokogiri", "1.15.4"
gem "nokogiri", "1.15.5"
gem "optic14n", "2.1.0" # Ideally version should be synced with Transition
gem "pg"
gem "rack", "~> 2.2.8"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
mr-sparkle (0.3.0)
listen (~> 1.0)
Expand All @@ -103,10 +103,10 @@ GEM
msgpack (1.7.2)
mutex_m (0.1.2)
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
opentelemetry-api (1.2.3)
opentelemetry-common (0.20.0)
Expand Down Expand Up @@ -320,7 +320,7 @@ GEM
public_suffix (5.0.1)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-proxy (0.7.7)
rack
Expand Down Expand Up @@ -445,7 +445,7 @@ DEPENDENCIES
erubis (= 2.7.0)
govuk_app_config (~> 9.5.0)
mr-sparkle (= 0.3.0)
nokogiri (= 1.15.4)
nokogiri (= 1.15.5)
optic14n (= 2.1.0)
pg
pry
Expand Down

0 comments on commit 616e245

Please sign in to comment.