Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ gem "reverse_markdown" # public activity to discord
gem "namae" # multi-cultural human name parser
gem "premailer-rails" # css to inline styles for emails
gem "safely_block"
gem "strong_migrations", "~> 1" # protects against risky migrations
gem "strong_migrations", "~> 2" # protects against risky migrations
# [@garyhtou] ^ We still use Postgres 11 in dev (not in prod). Strong Migrations
# 2.x is incompatible with Postgres 11.
gem "xxhash" # fast hashing
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.3.0)
bigdecimal (3.3.1)
bindata (2.5.0)
bindex (0.8.1)
blazer (3.3.0)
Expand Down Expand Up @@ -824,8 +824,8 @@ GEM
statsd-instrument (3.9.9)
stringio (3.1.7)
stripe (11.7.0)
strong_migrations (1.8.0)
activerecord (>= 5.2)
strong_migrations (2.5.1)
activerecord (>= 7.1)
terser (1.2.6)
execjs (>= 0.3.0, < 3)
thor (1.4.0)
Expand Down Expand Up @@ -1027,7 +1027,7 @@ DEPENDENCIES
stackprof
statsd-instrument (~> 3.9)
stripe (= 11.7.0)
strong_migrations (~> 1)
strong_migrations (~> 2)
suo!
terser (~> 1.2)
turbo-rails (~> 2.0.17)
Expand Down