summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-08 23:35:38 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-08 23:35:38 -0700
commit607d247c9a4bcef57a905e82454d5cd10bea5e7e (patch)
tree0854bee0f5dbe75caad74f67b1778d602e9bfad9 /Gemfile
parent0fd5b792f8f7eaf38bb5308ff015e59513242c61 (diff)
downloadmixlib-authentication-607d247c9a4bcef57a905e82454d5cd10bea5e7e.tar.gz
Replace __FILE__ with __dir__ and use safe operatorschefstyle
A few new chefstyle rules to improve readability here. 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 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