Skip to content

Commit

Permalink
Bump strong_migrations from 1.4.3 to 1.4.4
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.4.3 to 1.4.4.
- [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.3...v1.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Daniel Orner committed Mar 9, 2023
1 parent ee9e37a commit c84eeab
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 "paper_trail"
# Associates users with roles.
gem "rolify", "~> 6.0"
# Enforces "safe" migrations.
gem "strong_migrations", "1.4.3"
gem "strong_migrations", "1.4.4"

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

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ GEM
mini_mime (1.1.2)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.17.0)
minitest (5.18.0)
monetize (1.11.0)
money (~> 6.12)
money (6.16.0)
Expand Down Expand Up @@ -567,7 +567,7 @@ GEM
rubocop-performance (= 1.15.2)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
strong_migrations (1.4.3)
strong_migrations (1.4.4)
activerecord (>= 5.2)
terser (1.1.14)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -697,7 +697,7 @@ DEPENDENCIES
sprockets (~> 4.0.0)
standard (~> 1.24)
stimulus-rails
strong_migrations (= 1.4.3)
strong_migrations (= 1.4.4)
terser
turbo-rails
web-console
Expand Down

0 comments on commit c84eeab

Please sign in to comment.