diff options
author | Matt Jankowski <matt@jankowski.online> | 2023-10-31 07:09:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 11:09:32 +0000 |
commit | b264318431037b81acfa415d9d70c1b1c36e302d (patch) | |
tree | 7694d3ad28fac48b9e64b4106a371c5e738a8fd4 | |
parent | 0e3401bc1c24fc1f6d7e04e9d2394d71b53a1845 (diff) |
Update strong_migrations to version 1.3.0 (#25991)
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -88,7 +88,7 @@ gem 'simple-navigation', '~> 4.4' gem 'simple_form', '~> 5.2' gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie' gem 'stoplight', '~> 3.0.1' -gem 'strong_migrations', '~> 0.8' +gem 'strong_migrations', '1.3.0' gem 'tty-prompt', '~> 0.23', require: false gem 'twitter-text', '~> 3.1.0' gem 'tzinfo-data', '~> 1.2023' diff --git a/Gemfile.lock b/Gemfile.lock index 6ca89599c52..fa0d988b778 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -740,7 +740,7 @@ GEM stoplight (3.0.2) redlock (~> 1.0) stringio (3.0.8) - strong_migrations (0.8.0) + strong_migrations (1.3.0) activerecord (>= 5.2) swd (1.3.0) activesupport (>= 3) @@ -942,7 +942,7 @@ DEPENDENCIES sprockets-rails (~> 3.4) stackprof stoplight (~> 3.0.1) - strong_migrations (~> 0.8) + strong_migrations (= 1.3.0) test-prof thor (~> 1.2) tty-prompt (~> 0.23) |