summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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 /Gemfile.lock
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 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f9126fa2cd..20edf96de4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -30,7 +30,7 @@ PATH
specs:
chef (16.9.7)
addressable
- bcrypt_pbkdf (= 1.1.0.rc1)
+ bcrypt_pbkdf (= 1.1.0.rc2)
bundler (>= 1.10)
chef-config (= 16.9.7)
chef-utils (= 16.9.7)
@@ -67,7 +67,7 @@ PATH
uuidtools (~> 2.1.5)
chef (16.9.7-universal-mingw32)
addressable
- bcrypt_pbkdf (= 1.1.0.rc1)
+ bcrypt_pbkdf (= 1.1.0.rc2)
bundler (>= 1.10)
chef-config (= 16.9.7)
chef-utils (= 16.9.7)
@@ -145,9 +145,9 @@ GEM
mixlib-cli (>= 1.4, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
ast (2.4.1)
- 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)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)