File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -105,23 +105,10 @@ namespace "artifact" do
105105 @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/**/*'
106106 @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec'
107107
108- # remove this after JRuby includes cgi-0.3.7+
109- @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec'
110- @exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi{,.rb}'
111- @exclude_paths << 'vendor/jruby/lib/ruby/stdlib/cgi/**/*'
112-
113108 # remove this after JRuby includes net-imap-0.2.4+
114109 @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec'
115110 @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/**/*'
116111
117- # remove this after JRuby includes uri-0.12.3+
118- @exclude_paths << 'vendor/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec'
119- @exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri{,.rb}'
120- @exclude_paths << 'vendor/jruby/lib/ruby/stdlib/uri/**/*'
121-
122- # remove jruby-openssl shipped with JRuby to prefer the one from the lockfile
123- @exclude_paths << 'vendor/jruby/lib/ruby/stdlib/jopenssl.jar'
124-
125112 @exclude_paths . freeze
126113 end
127114
You can’t perform that action at this time.
0 commit comments