summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-15 11:21:46 -0700
committerGitHub <noreply@github.com>2021-03-15 11:21:46 -0700
commit152b0891789237c1f88f0410979e92314aa8ed6c (patch)
tree7e4252739f09599a5aec96c3d33e2823e05ca8da /Gemfile
parentb9c8dbbc5586add1b54fe9d7f4dbc124f191895a (diff)
parent607d247c9a4bcef57a905e82454d5cd10bea5e7e (diff)
downloadmixlib-authentication-152b0891789237c1f88f0410979e92314aa8ed6c.tar.gz
Merge pull request #54 from chef/chefstyle
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 7ce73b9..099e588 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,12 +4,12 @@ gemspec
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