diff options
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |