diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-13 10:34:07 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-13 10:34:07 -0800 |
commit | f3d30668f39a50d193527eafb88349f3cc5d52ad (patch) | |
tree | 4f51e23584a2af3c81a781321374969748d87a80 /Gemfile | |
parent | eaf5092b73b9f0e21f6d1bc326c643e4978078f1 (diff) | |
download | chef-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |