summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-04-20 20:33:50 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-04-24 15:06:33 -0400
commit904bc769ea16848aa089efb8526d2bb249e43901 (patch)
treeeff151454318810525f82a9d91476cb11b642fca /Gemfile
parent079cf95882c6b9359af2b271dd94817760fac6f7 (diff)
downloadmixlib-shellout-904bc769ea16848aa089efb8526d2bb249e43901.tar.gz
Clean up Rakefile/platform dependent gem generation.ksubrama/win64
Use the "universal" platform when building the windows gems to let us simultaneously support 32 and 64 bit windows builds.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 708421e..d080412 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,10 +3,8 @@ source 'https://rubygems.org'
gemspec :name => "mixlib-shellout"
group(:test) do
-
gem "rspec_junit_formatter"
gem 'rake'
-
end
group(:development) do