diff --git a/Gemfile b/Gemfile index 3d4eab051a324b..ddf6be83c0a688 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'simple-navigation', '~> 4.4' gem 'simple_form', '~> 5.1' gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie' gem 'stoplight', '~> 3.0.0' -gem 'strong_migrations', '~> 0.7' +gem 'strong_migrations', '~> 1.7' gem 'tty-prompt', '~> 0.23', require: false gem 'twitter-text', '~> 3.1.0' gem 'tzinfo-data', '~> 1.2022' diff --git a/Gemfile.lock b/Gemfile.lock index 88a70d1c453443..c826379666322c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,7 +312,7 @@ GEM httplog (1.6.0) rack (>= 2.0) rainbow (>= 2.0.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) i18n-tasks (1.0.12) activesupport (>= 4.0.2) @@ -403,7 +403,7 @@ GEM mime-types-data (3.2022.0105) mini_mime (1.1.2) mini_portile2 (2.8.2) - minitest (5.16.3) + minitest (5.20.0) msgpack (1.5.4) multi_json (1.15.0) multipart-post (2.1.1) @@ -650,8 +650,8 @@ GEM stackprof (0.2.22) statsd-ruby (1.5.0) stoplight (3.0.0) - strong_migrations (0.7.9) - activerecord (>= 5) + strong_migrations (1.7.0) + activerecord (>= 5.2) swd (1.3.0) activesupport (>= 3) attr_required (>= 0.0.5) @@ -725,7 +725,7 @@ GEM xorcist (1.1.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.8) + zeitwerk (2.6.12) PLATFORMS ruby @@ -846,7 +846,7 @@ DEPENDENCIES sprockets-rails (~> 3.4) stackprof stoplight (~> 3.0.0) - strong_migrations (~> 0.7) + strong_migrations (~> 1.7) thor (~> 1.2) tty-prompt (~> 0.23) twitter-text (~> 3.1.0)