Skip to content

Commit 549c89c

Browse files
Bump strong_migrations from 1.8.0 to 2.3.0
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.3.0. - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](ankane/strong_migrations@v1.8.0...v2.3.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b29e352 commit 549c89c

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
@@ -102,7 +102,7 @@ gem "loofah" # html email parsing
102102
gem "namae" # multi-cultural human name parser
103103
gem "premailer-rails" # css to inline styles for emails
104104
gem "safely_block"
105-
gem "strong_migrations", "~> 1" # protects against risky migrations
105+
gem "strong_migrations", "~> 2" # protects against risky migrations
106106
# [@garyhtou] ^ We still use Postgres 11 in dev (not in prod). Strong Migrations
107107
# 2.x is incompatible with Postgres 11.
108108
gem "xxhash" # fast hashing

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,8 @@ GEM
789789
statsd-ruby (1.5.0)
790790
stringio (3.1.6)
791791
stripe (11.7.0)
792-
strong_migrations (1.8.0)
793-
activerecord (>= 5.2)
792+
strong_migrations (2.3.0)
793+
activerecord (>= 7)
794794
terser (1.2.5)
795795
execjs (>= 0.3.0, < 3)
796796
thor (1.3.2)
@@ -973,7 +973,7 @@ DEPENDENCIES
973973
stackprof
974974
statsd-instrument (~> 3.9)
975975
stripe (= 11.7.0)
976-
strong_migrations (~> 1)
976+
strong_migrations (~> 2)
977977
terser (~> 1.2)
978978
turbo-rails (~> 2.0.13)
979979
twilio-ruby

0 commit comments

Comments
 (0)