diff options
| -rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b1258ea..5b00e28 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Build-Depends: debhelper-compat (= 12), ruby-nokogiri (>= 1), ruby-rspec, ruby-simplecov, - ruby-zip (>= 1.1) + ruby-zip (>= 1.3), + ruby-zip (<< 3.0) Rules-Requires-Root: no Standards-Version: 4.4.1 Homepage: https://github.com/roo-rb/roo @@ -22,7 +23,8 @@ Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-nokogiri (>= 1), - ruby-zip (>= 1.1), + ruby-zip (>= 1.3), + ruby-zip (<< 3.0), ${misc:Depends} Description: can access the contents of various spreadsheet files Roo can access the contents of various spreadsheet files. It can handle |
