From b8d619983847a690d0517aced1dceb4eac04dc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 22:04:06 +0000 Subject: [PATCH] Bump strong_migrations from 2.4.0 to 2.5.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index cb873cd9..1a9705cd 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rswag-api', '~> 2.16.0' gem 'rswag-ui', '~> 2.16.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' -gem 'strong_migrations', '~> 2.4' +gem 'strong_migrations', '~> 2.5' gem 'yaaf', '~> 3.0' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 41c74b0d..2efc233f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.2.2) + bigdecimal (3.2.3) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.6) @@ -165,7 +165,7 @@ GEM sexp_processor coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crack (1.0.0) bigdecimal rexml @@ -611,7 +611,7 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.1.7) - strong_migrations (2.4.0) + strong_migrations (2.5.0) activerecord (>= 7.1) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) @@ -710,7 +710,7 @@ DEPENDENCIES shoulda-matchers (~> 6.5) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2) - strong_migrations (~> 2.4) + strong_migrations (~> 2.5) tzinfo-data webmock (~> 3.25) yaaf (~> 3.0)