diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-04-20 20:33:50 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-04-24 15:06:33 -0400 |
commit | 904bc769ea16848aa089efb8526d2bb249e43901 (patch) | |
tree | eff151454318810525f82a9d91476cb11b642fca /Gemfile | |
parent | 079cf95882c6b9359af2b271dd94817760fac6f7 (diff) | |
download | mixlib-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-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |