From 50ad89c1926da33bc081f5d705d76de28100319d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:36:40 +0000 Subject: [PATCH] Bump strong_migrations from 0.6.8 to 1.4.0 Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.6.8 to 1.4.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v0.6.8...v1.4.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e8067006be..8c378db473 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ gem 'simple-navigation', '~> 4.1' gem 'simple_form', '~> 5.0' gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' gem 'stoplight', '~> 2.2.0' -gem 'strong_migrations', '~> 0.6' +gem 'strong_migrations', '~> 1.4' gem 'tty-prompt', '~> 0.21', require: false gem 'twitter-text', '~> 1.14' gem 'tzinfo-data', '~> 1.2020' diff --git a/Gemfile.lock b/Gemfile.lock index 825146d2c4..4639c12854 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GIT ref: e65246bea49374566a9dbaead59fdb35b46b086d specs: hcaptcha (6.0.1) + json GIT remote: https://github.com/ianheggie/health_check @@ -288,7 +289,7 @@ GEM httplog (1.4.3) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) i18n-tasks (0.9.31) activesupport (>= 4.0.2) @@ -366,7 +367,7 @@ GEM mimemagic (0.3.5) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.16.3) msgpack (1.3.3) multi_json (1.14.1) multipart-post (2.1.1) @@ -612,8 +613,8 @@ GEM stoplight (2.2.0) streamio-ffmpeg (3.0.2) multi_json (~> 1.8) - strong_migrations (0.6.8) - activerecord (>= 5) + strong_migrations (1.4.0) + activerecord (>= 5.2) temple (0.8.2) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -636,7 +637,7 @@ GEM tty-screen (0.8.0) twitter-text (1.14.7) unf (~> 0.1.0) - tzinfo (1.2.7) + tzinfo (1.2.10) thread_safe (~> 0.1) tzinfo-data (1.2020.1) tzinfo (>= 1.0.0) @@ -789,7 +790,7 @@ DEPENDENCIES stackprof stoplight (~> 2.2.0) streamio-ffmpeg (~> 3.0) - strong_migrations (~> 0.6) + strong_migrations (~> 1.4) thor (~> 0.20) thwait (~> 0.1.0) tty-prompt (~> 0.21)