From 904bc769ea16848aa089efb8526d2bb249e43901 Mon Sep 17 00:00:00 2001 From: Kartik Null Cating-Subramanian Date: Mon, 20 Apr 2015 20:33:50 -0400 Subject: Clean up Rakefile/platform dependent gem generation. Use the "universal" platform when building the windows gems to let us simultaneously support 32 and 64 bit windows builds. --- Gemfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.1