summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 8786b84..50aa5eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,12 +10,12 @@ end
group :test do
gem "chefstyle"
- gem "rspec-core", "~> 3.2"
- gem "rspec-mocks", "~> 3.2"
- gem "rspec-expectations", "~> 3.2"
- gem "rake"
gem "mixlib-log", "~> 3"
gem "net-ssh"
+ gem "rake"
+ gem "rspec-core", "~> 3.2"
+ gem "rspec-expectations", "~> 3.2"
+ gem "rspec-mocks", "~> 3.2"
end
group :debug do