Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7da8dda commit 768ad3b
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 @@ -21,7 +21,7 @@ gem "lograge"
gem "activerecord-session_store", "~> 2.0"

# catch unsafe migrations
gem "strong_migrations", "~> 2.0"
gem "strong_migrations", "~> 2.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
strong_migrations (2.0.2)
strong_migrations (2.1.0)
activerecord (>= 6.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -675,7 +675,7 @@ DEPENDENCIES
stackprof
standard (~> 1.41)
stimulus-rails
strong_migrations (~> 2.0)
strong_migrations (~> 2.1)
turbo-rails
tzinfo-data
web-console
Expand Down

0 comments on commit 768ad3b

Please sign in to comment.