Skip to content

Commit df27898

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

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
@@ -105,7 +105,7 @@ gem "loofah" # html email parsing
105105
gem "namae" # multi-cultural human name parser
106106
gem "premailer-rails" # css to inline styles for emails
107107
gem "safely_block"
108-
gem "strong_migrations", "~> 1" # protects against risky migrations
108+
gem "strong_migrations", "~> 2" # protects against risky migrations
109109
# [@garyhtou] ^ We still use Postgres 11 in dev (not in prod). Strong Migrations
110110
# 2.x is incompatible with Postgres 11.
111111
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-instrument (3.9.9)
790790
stringio (3.1.7)
791791
stripe (11.7.0)
792-
strong_migrations (1.8.0)
793-
activerecord (>= 5.2)
792+
strong_migrations (2.5.0)
793+
activerecord (>= 7.1)
794794
suo (0.4.0)
795795
dalli
796796
msgpack
@@ -987,7 +987,7 @@ DEPENDENCIES
987987
stackprof
988988
statsd-instrument (~> 3.9)
989989
stripe (= 11.7.0)
990-
strong_migrations (~> 1)
990+
strong_migrations (~> 2)
991991
terser (~> 1.2)
992992
turbo-rails (~> 2.0.13)
993993
twilio-ruby

0 commit comments

Comments
 (0)