Skip to content

Commit

Permalink
Merge pull request #4570 from rubyforgood/revert-strong-migrations
Browse files Browse the repository at this point in the history
Revert strong migrations
  • Loading branch information
awwaiid committed Aug 4, 2024
2 parents ffd892d + 0d9b2f9 commit a549af0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ updates:
- dependency-name: geocoder
versions:
- 1.6.7
- dependency-name: strong_migrations
versions:
- 1.8.0
- dependency-name: devise_invitable
versions:
- 2.0.4
Expand Down
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 a549af0

Please sign in to comment.