From 98fbd232ffda99d317bab31fb0f2d0320f1aba07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:28:06 +0000 Subject: [PATCH] Bump govuk_app_config from 9.12.0 to 9.13.0 Bumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 9.12.0 to 9.13.0. - [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_app_config/compare/v9.12.0...v9.13.0) --- updated-dependencies: - dependency-name: govuk_app_config dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 4867541..8558015 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org/" gem "activerecord", "7.1.3.4" # Ideally version should be synced with Transition gem "bootsnap", require: false gem "erubis", "2.7.0" -gem "govuk_app_config", "~> 9.12.0" +gem "govuk_app_config", "~> 9.13.0" gem "nokogiri", "1.16.6" gem "optic14n", "2.1.0" # Ideally version should be synced with Transition gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 5304f90..021e402 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,15 +57,15 @@ GEM erubi (1.13.0) erubis (2.7.0) ffi (1.15.5) - google-protobuf (4.27.1) + google-protobuf (4.27.2) bigdecimal rake (>= 13) - google-protobuf (4.27.1-x86_64-darwin) + google-protobuf (4.27.2-x86_64-darwin) bigdecimal rake (>= 13) googleapis-common-protos-types (1.15.0) google-protobuf (>= 3.18, < 5.a) - govuk_app_config (9.12.0) + govuk_app_config (9.13.0) logstasher (~> 2.1) opentelemetry-exporter-otlp (>= 0.25, < 0.29) opentelemetry-instrumentation-all (>= 0.39.1, < 0.62.0) @@ -418,10 +418,10 @@ GEM rubocop-rspec (3.0.1) rubocop (~> 1.61) ruby-progressbar (1.13.0) - sentry-rails (5.17.3) + sentry-rails (5.18.0) railties (>= 5.0) - sentry-ruby (~> 5.17.3) - sentry-ruby (5.17.3) + sentry-ruby (~> 5.18.0) + sentry-ruby (5.18.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simplecov (0.22.0) @@ -453,7 +453,7 @@ DEPENDENCIES bootsnap database_cleaner (= 2.0.2) erubis (= 2.7.0) - govuk_app_config (~> 9.12.0) + govuk_app_config (~> 9.13.0) mr-sparkle (= 0.3.0) nokogiri (= 1.16.6) optic14n (= 2.1.0)