summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-18 11:52:36 -0700
committerTim Smith <tsmith@chef.io>2018-09-18 11:52:36 -0700
commit3e507a65d6f61fcd18e0d63b842a312b6a7e7627 (patch)
treea84a2f9c32fd9fe89bd469f6a02e894863eb800f
parent1b9517077607624cdf71f89f9b6308f54269f31c (diff)
downloadmixlib-cli-examples.tar.gz
Ping to rspec < 3.8 to prevent failuresexamples
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 61a122d..76aa5d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ end
group :test do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
- gem "rspec", "~> 3.0"
+ gem "rspec", "~> 3.0", "< 3.8"
gem "rake"
end