Skip to content

Commit

Permalink
Bump strong_migrations from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.1.0 to 2.2.0.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v2.1.0...v2.2.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 Feb 3, 2025
1 parent e3e3d21 commit 198d09c
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 @@ -64,7 +64,7 @@ gem "friendly_id", "~> 5.5.1"
gem "bcrypt", "~> 3.1.20"
gem "lockbox", "2.0.1"
gem "rotp", "~> 6.3"
gem "strong_migrations", "~> 2.1"
gem "strong_migrations", "~> 2.2"
# Soft Deletion
gem "discard", "~> 1.4"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,10 @@ GEM
strip_attributes (1.14.1)
activemodel (>= 3.0, < 9.0)
stripe (10.15.0)
strong_migrations (2.1.0)
activerecord (>= 6.1)
strong_migrations (2.2.0)
activerecord (>= 7)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -612,7 +612,7 @@ DEPENDENCIES
stimulus-rails
strip_attributes (~> 1.14)
stripe
strong_migrations (~> 2.1)
strong_migrations (~> 2.2)
turbo-rails
tzinfo-data (~> 1.2021)
view_component (~> 3.21)
Expand Down

0 comments on commit 198d09c

Please sign in to comment.