summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-10-27 16:12:43 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-10-27 16:12:43 +0530
commit322560eb33399c70d8c5c67f78ae00a343d5a3ae (patch)
tree1ad58310ef78ed83f044ccf0f05473eb04e7d381
parenta3fdff825cf0ce7bdfab5ebaaf936840f991adf4 (diff)
downloadchef-neha-p6/INFC-329_chef16_fix_chefstyle_github_actions.tar.gz
Fix failures when doing bundle install under chefstyle (linting) check under github actions due to gem semverse 3.0.2 being ruby27 compatible but this process runs on ruby26. This gem got updated upon merging version bump pr https://github.com/chef/chef/pull/13269neha-p6/INFC-329_chef16_fix_chefstyle_github_actions
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2149d2ba86..67c690be50 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -331,7 +331,7 @@ GEM
ruby2_keywords (0.0.5)
rubyntlm (0.6.3)
rubyzip (2.3.2)
- semverse (3.0.2)
+ semverse (3.0.0)
sslshake (1.3.1)
strings (0.2.1)
strings-ansi (~> 0.2)