summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1e5f5f3..a013bb2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,8 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
- gem "rspec_junit_formatter"
+ gem "chefstyle"
gem "rspec", "~> 3.0"
gem "rake"
end