File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ gem 'rswag-api', '~> 2.16.0'
32
32
gem 'rswag-ui' , '~> 2.16.0'
33
33
gem 'sendgrid' , '~> 1.2.4'
34
34
gem 'sprockets-rails' , '~> 3.5' , '>= 3.5.2'
35
- gem 'strong_migrations' , '~> 2.3 '
35
+ gem 'strong_migrations' , '~> 2.4 '
36
36
gem 'yaaf' , '~> 3.0'
37
37
# Use Redis adapter to run Action Cable in production
38
38
# gem 'redis', '~> 4.0'
Original file line number Diff line number Diff line change 606
606
activesupport (>= 6.1 )
607
607
sprockets (>= 3.0.0 )
608
608
stringio (3.1.7 )
609
- strong_migrations (2.3 .0 )
610
- activerecord (>= 7 )
609
+ strong_migrations (2.4 .0 )
610
+ activerecord (>= 7.1 )
611
611
terminal-table (4.0.0 )
612
612
unicode-display_width (>= 1.1.1 , < 4 )
613
613
thor (1.3.2 )
@@ -705,7 +705,7 @@ DEPENDENCIES
705
705
shoulda-matchers (~> 6.5 )
706
706
simplecov (~> 0.22.0 )
707
707
sprockets-rails (~> 3.5 , >= 3.5.2 )
708
- strong_migrations (~> 2.3 )
708
+ strong_migrations (~> 2.4 )
709
709
tzinfo-data
710
710
webmock (~> 3.25 )
711
711
yaaf (~> 3.0 )
You can’t perform that action at this time.
0 commit comments