From 50ea3ef66d5246c2bdbe408b423fde13aaa837d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:56:15 +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 c6fd96486..c29cb7267 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 ea3faaf90..d6ce80a62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,7 +586,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) @@ -594,7 +594,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.2) trailblazer-option (0.1.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -696,7 +696,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)