summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:32:08 -0700
committerThom May <thom@chef.io>2016-10-07 11:12:29 +0100
commit9efca630e084e93fb1ac5eb9c9f04b74d81f4ed7 (patch)
tree82e5956c20f95d32e9025152c422e313965eb4d2 /Gemfile
parentad54419ab0f194c1d89ee8f3065a7a1f053ce6f2 (diff)
downloadmixlib-shellout-9efca630e084e93fb1ac5eb9c9f04b74d81f4ed7.tar.gz
Resolve most chefstyle warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 1f468d9..420bfae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,15 +1,15 @@
-source 'https://rubygems.org'
+source "https://rubygems.org"
gemspec :name => "mixlib-shellout"
group(:test) do
gem "rspec_junit_formatter"
- gem 'rake'
+ gem "rake"
end
group(:development) do
- gem 'pry'
- gem 'pry-byebug'
- gem 'pry-stack_explorer'
- gem 'rb-readline'
+ gem "pry"
+ gem "pry-byebug"
+ gem "pry-stack_explorer"
+ gem "rb-readline"
end