diff --git a/Gemfile b/Gemfile index 7170ffcb..faf28d9d 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'rswag-api', '~> 2.15.0' gem 'rswag-ui', '~> 2.15.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' -gem 'strong_migrations', '~> 2.0' +gem 'strong_migrations', '~> 2.1' gem 'yaaf', '~> 3.0' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 28450f34..bb6d23c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -579,12 +579,12 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.1.2) - strong_migrations (2.0.1) + strong_migrations (2.1.0) activerecord (>= 6.1) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) @@ -676,7 +676,7 @@ DEPENDENCIES shoulda-matchers (~> 6.3) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2) - strong_migrations (~> 2.0) + strong_migrations (~> 2.1) tzinfo-data webmock (~> 3.24) yaaf (~> 3.0)