Skip to content

Commit

Permalink
Bump strong_migrations from 2.0.2 to 2.1.0 (#2715)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 05aa158 commit bc6db02
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 @@ -64,7 +64,7 @@ gem "friendly_id", "~> 5.5.1"
gem "bcrypt", "~> 3.1.20"
gem "lockbox", "2.0.0"
gem "rotp", "~> 6.3"
gem "strong_migrations", "~> 2.0"
gem "strong_migrations", "~> 2.1"
# Soft Deletion
gem "discard", "~> 1.4"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ GEM
ffi (~> 1.12)
logger
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.3.2)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -503,7 +503,7 @@ GEM
strip_attributes (1.13.0)
activemodel (>= 3.0, < 8.0)
stripe (10.15.0)
strong_migrations (2.0.2)
strong_migrations (2.1.0)
activerecord (>= 6.1)
thor (1.3.2)
timeout (0.4.2)
Expand Down Expand Up @@ -603,7 +603,7 @@ DEPENDENCIES
stimulus-rails
strip_attributes (~> 1.13)
stripe
strong_migrations (~> 2.0)
strong_migrations (~> 2.1)
turbo-rails
tzinfo-data (~> 1.2021)
view_component (~> 3.20)
Expand Down

0 comments on commit bc6db02

Please sign in to comment.