mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/ruby-rdiscount: add missing patch file
This commit is contained in:
parent
dc1a45df2f
commit
0152e9a824
12
community/ruby-rdiscount/fix-rakefile.patch
Normal file
12
community/ruby-rdiscount/fix-rakefile.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Ruby 2.5+ doesn't support option -rubygems anymore.
|
||||
|
||||
--- a/Rakefile
|
||||
+++ b/Rakefile
|
||||
@@ -53,7 +53,6 @@
|
||||
require 'rake/testtask'
|
||||
Rake::TestTask.new('test:unit') do |t|
|
||||
t.test_files = FileList['test/*_test.rb']
|
||||
- t.ruby_opts += ['-rubygems'] if defined? Gem
|
||||
end
|
||||
task 'test:unit' => [:build]
|
||||
|
Loading…
Reference in New Issue
Block a user