summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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