summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-13 10:34:07 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-13 10:34:07 -0800
commitf3d30668f39a50d193527eafb88349f3cc5d52ad (patch)
tree4f51e23584a2af3c81a781321374969748d87a80 /Gemfile
parenteaf5092b73b9f0e21f6d1bc326c643e4978078f1 (diff)
downloadchef-f3d30668f39a50d193527eafb88349f3cc5d52ad.tar.gz
Pin rspec until we can resolve failures with 3.10
3.10 is causing failures in CI. This pins it so we can keep bumping our other deps Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 99e7cf3c6b..f24cf11a04 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ end
group(:development, :test) do
gem "rake"
- gem "rspec"
+ gem "rspec", "=3.9.0" # remove pin once https://github.com/chef/chef/issues/10817 is resolved
gem "webmock"
gem "fauxhai-ng" # for chef-utils gem
end