Skip to content

Commit

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

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

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 Jan 22, 2025
1 parent 2d75d34 commit 89dc560
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", "2.0.0"
gem "lockbox", "2.0.1"
gem "rotp", "~> 6.3"
gem "strong_migrations", "~> 2.1"
# Soft Deletion
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lockbox (2.0.0)
lockbox (2.0.1)
logger (1.6.5)
lograge (0.14.0)
actionpack (>= 4)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
jbuilder (~> 2.13)
jsbundling-rails
listen (~> 3.9)
lockbox (= 2.0.0)
lockbox (= 2.0.1)
lograge
lookbook (>= 2.0.0.beta.4)
money-rails
Expand Down

0 comments on commit 89dc560

Please sign in to comment.