Skip to content

Commit

Permalink
Revert "build(deps): bump strong_migrations from 1.8.0 to 2.0.0 (#4561)"
Browse files Browse the repository at this point in the history
This reverts commit d4591aa.
  • Loading branch information
dorner committed Aug 4, 2024
1 parent ffd892d commit 9b59ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem "rolify", "~> 6.0"
# Enforces "safe" migrations.
# Pinned to 1.8.0 because 2.0.0 no longer support postgres v10
# And as of now we are using postgres v10 in production
gem "strong_migrations", "2.0.0"
gem "strong_migrations", "1.8.0"
# used in events
gem 'dry-struct'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
strong_migrations (2.0.0)
activerecord (>= 6.1)
strong_migrations (1.8.0)
activerecord (>= 5.2)
strscan (3.1.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -785,7 +785,7 @@ DEPENDENCIES
sprockets (~> 4.2.1)
standard (~> 1.39)
stimulus-rails
strong_migrations (= 2.0.0)
strong_migrations (= 1.8.0)
terser
turbo-rails
web-console
Expand Down

0 comments on commit 9b59ebf

Please sign in to comment.