summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-06-26 13:00:31 -0700
committerGitHub <noreply@github.com>2018-06-26 13:00:31 -0700
commit274f04da4fcf70ff47251926de407de8120db1c3 (patch)
tree27f38830ef4cb01c51461828ff0e368ba1925a45 /Gemfile
parent51bb7e6f62b5378fb9dd69b0db4d87500437c7f7 (diff)
parent2941e7e783a5a27af21d88fc072c16d8b0cdf95f (diff)
downloadmixlib-shellout-274f04da4fcf70ff47251926de407de8120db1c3.tar.gz
Merge pull request #159 from chef/lcg/remove-hashrockets
remove hashrocket syntax
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 420bfae..2dba7a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"
-gemspec :name => "mixlib-shellout"
+gemspec name: "mixlib-shellout"
group(:test) do
gem "rspec_junit_formatter"