aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-pygments/fix-rakefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-pygments/fix-rakefile.patch')
-rw-r--r--community/ruby-pygments/fix-rakefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/ruby-pygments/fix-rakefile.patch b/community/ruby-pygments/fix-rakefile.patch
deleted file mode 100644
index ca28885516..0000000000
--- a/community/ruby-pygments/fix-rakefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Ruby 2.5+ doesn't support option -rubygems anymore.
-
---- a/Rakefile
-+++ b/Rakefile
-@@ -18,7 +18,6 @@
- require 'rake/testtask'
- Rake::TestTask.new 'test' do |t|
- t.test_files = FileList['test/test_*.rb']
-- t.ruby_opts = ['-rubygems']
- end
-
- # ==========================================================