diff options
| author | Vikram Karve <vikram.karve@progress.com> | 2022-08-10 17:15:30 +0530 |
|---|---|---|
| committer | Vikram Karve <vikram.karve@progress.com> | 2022-08-10 17:15:30 +0530 |
| commit | 17fae1341f0a4f3e83d5850f8b62cbff34e4c95b (patch) | |
| tree | f6d1bac7218fa4775fc9fe4f6b77375999cd3b77 | |
| parent | 2ed66ba5ecb21199c3798743ee290787ee5c8c63 (diff) | |
| download | chef-vkarve/fix-notarize.tar.gz | |
set bundler version in sync with default available with Ruby 3.1.0vkarve/fix-notarize
Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | omnibus/Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9f9673f4c7..8aedc99cdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,4 +469,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.3.12 + 2.3.7 diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 0132d7106e..3502b1485a 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -474,4 +474,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 2.3.12 + 2.3.7 |
