diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ 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 |