Kouhei Sutou 2019-03-01 13:57:03 +0900 (Fri, 01 Mar 2019) Revision: 45d0bf21f64141a76af81db3198f31c9ed89fb1a https://github.com/ranguba/chupa-text/commit/45d0bf21f64141a76af81db3198f31c9ed89fb1a Message: Use the latest archive-zip Modified files: chupa-text.gemspec Modified: chupa-text.gemspec (+1 -1) =================================================================== --- chupa-text.gemspec 2019-03-01 13:43:09 +0900 (0b07681) +++ chupa-text.gemspec 2019-03-01 13:57:03 +0900 (ff4ee5d) @@ -50,7 +50,7 @@ Gem::Specification.new do |spec| spec.executables = Dir.glob("*") end - spec.add_runtime_dependency("archive-zip") + spec.add_runtime_dependency("archive-zip", ">= 0.12.0") spec.add_runtime_dependency("csv", ">= 3.0.4") spec.add_development_dependency("bundler") -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190301/00ab814f/attachment.html>