Skip to content

Commit

Permalink
build(deps): bump strong_migrations from 1.8.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.8.0 to 2.0.0.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: strong_migrations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent 3ca0ed9 commit 716b61a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem "paper_trail"
# Associates users with roles.
gem "rolify", "~> 6.0"
# Enforces "safe" migrations.
gem "strong_migrations", "1.8.0"
gem "strong_migrations", "2.0.0"
# used in events
gem 'dry-struct'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
method_source (1.1.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
minitest (5.24.0)
minitest (5.24.1)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand Down Expand Up @@ -646,8 +646,8 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
strong_migrations (1.8.0)
activerecord (>= 5.2)
strong_migrations (2.0.0)
activerecord (>= 6.1)
strscan (3.1.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -774,7 +774,7 @@ DEPENDENCIES
sprockets (~> 4.2.1)
standard (~> 1.37)
stimulus-rails
strong_migrations (= 1.8.0)
strong_migrations (= 2.0.0)
terser
turbo-rails
web-console
Expand Down

0 comments on commit 716b61a

Please sign in to comment.