Skip to content

Commit

Permalink
Bump strong_migrations from 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v1.4.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Daniel Orner committed Jan 12, 2023
1 parent 256cb16 commit b9638dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "paper_trail"
# Associates users with roles.
gem "rolify", "~> 6.0"
# Enforces "safe" migrations.
gem "strong_migrations", "1.4.0"
gem "strong_migrations", "1.4.1"

##### JAVSCRIPT/CSS/ASSETS #######

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ GEM
rubocop-performance (= 1.12.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
strong_migrations (1.4.0)
strong_migrations (1.4.1)
activerecord (>= 5.2)
terser (1.1.13)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -698,7 +698,7 @@ DEPENDENCIES
sprockets (~> 4.2.0)
standard (~> 1.0)
stimulus-rails
strong_migrations (= 1.4.0)
strong_migrations (= 1.4.1)
terser
turbo-rails
web-console
Expand Down

0 comments on commit b9638dd

Please sign in to comment.