From 234963e95b9635af670927d12fed64114aae2322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:56:37 +0000 Subject: [PATCH] Bump strong_migrations from 2.0.2 to 2.1.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4a1cc6613..1b59a68f2 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'connection_pool' gem 'pg', '~> 1.5.9' gem 'redis', '~> 4.8' gem 'rsolr' -gem 'strong_migrations', '~> 2.0.2' +gem 'strong_migrations', '~> 2.1.0' # Authentication gem 'bcrypt', '>= 3.1.13' diff --git a/Gemfile.lock b/Gemfile.lock index 3b2edc8af..ad640593e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -595,7 +595,7 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.1.1) - strong_migrations (2.0.2) + strong_migrations (2.1.0) activerecord (>= 6.1) sxp (1.3.0) matrix (~> 0.4) @@ -603,7 +603,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.1) - timeout (0.4.1) + timeout (0.4.3) trailblazer-option (0.1.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -706,7 +706,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - strong_migrations (~> 2.0.2) + strong_migrations (~> 2.1.0) uuidtools vcr (= 5.0) voight_kampff (~> 2.0)