Skip to content

Commit

Permalink
Merge pull request #596 from alphagov/dependabot/bundler/nokogiri-1.17.2
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.17.1 to 1.17.2
  • Loading branch information
yndajas authored Dec 13, 2024
2 parents 512a051 + 019d4b8 commit 8ec63e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.2.1" # Ideally version should be synced with Transition
gem "bootsnap", require: false
gem "erubis", "2.7.0"
gem "govuk_app_config", "~> 9.15.5"
gem "nokogiri", "1.17.1"
gem "nokogiri", "1.17.2"
gem "optic14n", "3.0.2" # Ideally version should be synced with Transition
gem "pg"
gem "rack", "~> 3.1.8"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ GEM
unicorn (>= 4.5)
msgpack (1.7.5)
nio4r (2.7.4)
nokogiri (1.17.1)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.1-x86_64-darwin)
nokogiri (1.17.2-x86_64-darwin)
racc (~> 1.4)
opentelemetry-api (1.4.0)
opentelemetry-common (0.21.0)
Expand Down Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
erubis (= 2.7.0)
govuk_app_config (~> 9.15.5)
mr-sparkle (= 0.3.0)
nokogiri (= 1.17.1)
nokogiri (= 1.17.2)
optic14n (= 3.0.2)
pg
pry
Expand Down

0 comments on commit 8ec63e2

Please sign in to comment.