Skip to content

Commit dcf3e40

Browse files
committed
[bundle] remove development dependencies - unnecessary with 9K
1 parent 47dfc3e commit dcf3e40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Gemfile

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ source "https://rubygems.org/"
22

33
gemspec
44

5-
group :development do
6-
gem "jruby-openssl", :platform => :jruby
7-
gem "rcov", ">= 0.9.8", :platform => :mri_18
8-
gem "childprocess", :platform => :mri
9-
end
10-
115
gem 'rubyzip', ENV['RUBYZIP_VERSION'] if ENV['RUBYZIP_VERSION']
126
gem 'rake', ENV['RAKE_VERSION'], :require => nil if ENV['RAKE_VERSION']
137

0 commit comments

Comments
 (0)