grntest.gemspec in grntest-1.3.4 vs grntest.gemspec in grntest-1.3.5

- old
+ new

@@ -1,8 +1,8 @@ # -*- ruby -*- # -# Copyright (C) 2012-2019 Kouhei Sutou <kou@clear-code.com> +# Copyright (C) 2012-2020 Sutou Kouhei <kou@clear-code.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. @@ -42,14 +42,16 @@ Dir.chdir("bin") do spec.executables = Dir.glob("*") end spec.add_runtime_dependency("diff-lcs") + spec.add_runtime_dependency("groonga-command", ">= 1.4.7") spec.add_runtime_dependency("groonga-command-parser") spec.add_runtime_dependency("groonga-log") spec.add_runtime_dependency("groonga-query-log", ">= 1.4.1") spec.add_runtime_dependency("json") spec.add_runtime_dependency("msgpack") + spec.add_runtime_dependency("rexml") spec.add_development_dependency("bundler") spec.add_development_dependency("rake") spec.add_development_dependency("test-unit", ">= 3.0.0") spec.add_development_dependency("test-unit-rr")