summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-30 21:57:49 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-04 12:42:03 -0800
commit25b8791fb4fe7f73eb767b9c90d93e6c4c10af0d (patch)
tree2f77f85624030ad7fa0038785f928637ab077bb6 /omnibus
parent199d5ee4bad29eca83d72f60cac7bef55468d4e2 (diff)
downloadchef-25b8791fb4fe7f73eb767b9c90d93e6c4c10af0d.tar.gz
Update bcrypt_pbkdf to support Ruby 3
RC2 now includes support for Ruby 3 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 412dcba213..6f4cfd37b6 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -47,9 +47,9 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
- bcrypt_pbkdf (1.1.0.rc1)
- bcrypt_pbkdf (1.1.0.rc1-x64-mingw32)
- bcrypt_pbkdf (1.1.0.rc1-x86-mingw32)
+ bcrypt_pbkdf (1.1.0.rc2)
+ bcrypt_pbkdf (1.1.0.rc2-x64-mingw32)
+ bcrypt_pbkdf (1.1.0.rc2-x86-mingw32)
berkshelf (7.1.0)
chef (>= 15.7.32)
chef-config
@@ -66,7 +66,7 @@ GEM
builder (3.2.4)
chef (16.7.61)
addressable
- bcrypt_pbkdf (= 1.1.0.rc1)
+ bcrypt_pbkdf (= 1.1.0.rc2)
bundler (>= 1.10)
chef-config (= 16.7.61)
chef-utils (= 16.7.61)
@@ -102,7 +102,7 @@ GEM
uuidtools (~> 2.1.5)
chef (16.7.61-universal-mingw32)
addressable
- bcrypt_pbkdf (= 1.1.0.rc1)
+ bcrypt_pbkdf (= 1.1.0.rc2)
bundler (>= 1.10)
chef-config (= 16.7.61)
chef-utils (= 16.7.61)