diff --git a/Gemfile b/Gemfile index efc2c4c3..d96c6d77 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rack-cors', '~> 3.0' gem 'rswag-api', '~> 2.17.0' gem 'rswag-ui', '~> 2.17.0' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' -gem 'strong_migrations', '~> 2.5' +gem 'strong_migrations', '~> 2.7' gem 'yaaf', '~> 3.1' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index daa74cd6..bc18ffa0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -617,12 +617,12 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.2.0) - strong_migrations (2.5.2) - activerecord (>= 7.1) + strong_migrations (2.7.0) + activerecord (>= 7.2) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) thor (1.5.0) - timeout (0.6.0) + timeout (0.6.1) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -717,7 +717,7 @@ DEPENDENCIES shoulda-matchers (~> 7.0) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2) - strong_migrations (~> 2.5) + strong_migrations (~> 2.7) tzinfo-data webmock (~> 3.26) yaaf (~> 3.1)