diff options
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/allow-newer-rubyzip.patch | 14 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/allow-newer-rubyzip.patch b/debian/patches/allow-newer-rubyzip.patch new file mode 100644 index 0000000..72313dc --- /dev/null +++ b/debian/patches/allow-newer-rubyzip.patch @@ -0,0 +1,14 @@ +Description: Allow newer versions of ruby-zip +Author: Unit 193 <unit193@ubuntu.com> + +--- ruby-roo-2.8.2.orig/roo.gemspec ++++ ruby-roo-2.8.2/roo.gemspec +@@ -20,7 +20,7 @@ Gem::Specification.new do |spec| + spec.required_ruby_version = ">= 2.3.0" + + spec.add_dependency 'nokogiri', '~> 1' +- spec.add_dependency 'rubyzip', '>= 1.2.1', '< 2.0.0' ++ spec.add_dependency 'rubyzip', '>= 1.2.1' + + spec.add_development_dependency 'rake', '~> 10.1' + spec.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3' diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..374ada5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +allow-newer-rubyzip.patch |
