Skip to content

Commit 866c98b

Browse files
Bump strong_migrations from 2.3.0 to 2.4.0 (#1096)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6fb561 commit 866c98b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'rswag-api', '~> 2.16.0'
3232
gem 'rswag-ui', '~> 2.16.0'
3333
gem 'sendgrid', '~> 1.2.4'
3434
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
35-
gem 'strong_migrations', '~> 2.3'
35+
gem 'strong_migrations', '~> 2.4'
3636
gem 'yaaf', '~> 3.0'
3737
# Use Redis adapter to run Action Cable in production
3838
# gem 'redis', '~> 4.0'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ GEM
606606
activesupport (>= 6.1)
607607
sprockets (>= 3.0.0)
608608
stringio (3.1.7)
609-
strong_migrations (2.3.0)
610-
activerecord (>= 7)
609+
strong_migrations (2.4.0)
610+
activerecord (>= 7.1)
611611
terminal-table (4.0.0)
612612
unicode-display_width (>= 1.1.1, < 4)
613613
thor (1.3.2)
@@ -705,7 +705,7 @@ DEPENDENCIES
705705
shoulda-matchers (~> 6.5)
706706
simplecov (~> 0.22.0)
707707
sprockets-rails (~> 3.5, >= 3.5.2)
708-
strong_migrations (~> 2.3)
708+
strong_migrations (~> 2.4)
709709
tzinfo-data
710710
webmock (~> 3.25)
711711
yaaf (~> 3.0)

0 commit comments

Comments
 (0)