Skip to content

Commit

Permalink
Bump lockbox from 1.4.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [lockbox](https://github.com/ankane/lockbox) from 1.4.1 to 2.0.0.
- [Changelog](https://github.com/ankane/lockbox/blob/master/CHANGELOG.md)
- [Commits](ankane/lockbox@v1.4.1...v2.0.0)

---
updated-dependencies:
- dependency-name: lockbox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 51db63d commit 28d5057
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 @@ -62,7 +62,7 @@ gem "positioning"
gem "friendly_id", "~> 5.5.1"
# Hashing / Encrypting data at rest
gem "bcrypt", "~> 3.1.20"
gem "lockbox", "1.4.1"
gem "lockbox", "2.0.0"
gem "rotp", "~> 6.3"
gem "strong_migrations", "~> 2.0"
# Soft Deletion
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lockbox (1.4.1)
lockbox (2.0.0)
logger (1.6.1)
loofah (2.23.1)
crass (~> 1.0.2)
Expand Down Expand Up @@ -563,7 +563,7 @@ DEPENDENCIES
jbuilder (~> 2.13)
jsbundling-rails
listen (~> 3.9)
lockbox (= 1.4.1)
lockbox (= 2.0.0)
lookbook (>= 2.0.0.beta.4)
money-rails
pagy (~> 9.1)
Expand Down

0 comments on commit 28d5057

Please sign in to comment.