From 8618af7f2c66474d05ec87b3a36a5628e4bfeaf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:23:14 +0000 Subject: [PATCH] chore(deps): bump strong_migrations from 2.0.2 to 2.2.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.0.2 to 2.2.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.0.2...v2.2.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f1bbc835..a1823ff0 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "activerecord-session_store", "~> 2.0" gem "rufus-scheduler", "~> 3.9" # catch unsafe migrations -gem "strong_migrations", "~> 2.0" +gem "strong_migrations", "~> 2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0" diff --git a/Gemfile.lock b/Gemfile.lock index d3fe003e..5b4185f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM citeproc-ruby (1.1.13) citeproc (~> 1.0, >= 1.0.9) csl (~> 1.5) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) confstruct (1.1.0) hashie (>= 3.3, < 5) connection_pool (2.5.0) @@ -335,7 +335,7 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) httpclient (2.8.3) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0) irb (1.15.1) @@ -402,7 +402,7 @@ GEM mini_histogram (0.3.1) mini_mime (1.1.5) minitar (1.0.2) - minitest (5.25.1) + minitest (5.25.4) mock_redis (0.49.0) redis (~> 5) msgpack (1.7.2) @@ -648,8 +648,8 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.3) - strong_migrations (2.0.2) - activerecord (>= 6.1) + strong_migrations (2.2.0) + activerecord (>= 7) summon (2.0.5) json thor (1.3.2) @@ -790,7 +790,7 @@ DEPENDENCIES stackprof standard stimulus-rails - strong_migrations (~> 2.0) + strong_migrations (~> 2.2) turbo-rails tzinfo-data web-console