From 03932fb8bde38258cf57c6d1354571a9789059b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:03:59 +0000 Subject: [PATCH] Bump data_migrate from 9.4.1 to 9.4.2 Bumps [data_migrate](https://github.com/ajvargo/data-migrate) from 9.4.1 to 9.4.2. - [Release notes](https://github.com/ajvargo/data-migrate/releases) - [Changelog](https://github.com/ilyakatz/data-migrate/blob/main/Changelog.md) - [Commits](https://github.com/ajvargo/data-migrate/compare/9.4.1...9.4.2) --- updated-dependencies: - dependency-name: data_migrate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 46cb142f17..1b87c262dc 100644 --- a/Gemfile +++ b/Gemfile @@ -141,7 +141,7 @@ gem 'propshaft' gem 'dfe-analytics', github: 'DFE-Digital/dfe-analytics', tag: 'v1.14.0' # For running data migrations -gem 'data_migrate', '~> 9.4.1' +gem 'data_migrate', '~> 9.4.2' # For outgoing http requests gem 'http' diff --git a/Gemfile.lock b/Gemfile.lock index bbe740e95a..e79bd752c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,7 @@ GEM cssbundling-rails (1.4.1) railties (>= 6.0.0) csv (3.3.0) - data_migrate (9.4.1) + data_migrate (9.4.2) activerecord (>= 6.1) railties (>= 6.1) database_cleaner (2.0.2) @@ -807,7 +807,7 @@ DEPENDENCIES config cssbundling-rails (~> 1.4) custom_error_message! - data_migrate (~> 9.4.1) + data_migrate (~> 9.4.2) database_cleaner dfe-analytics! dfe-wizard!