fluent-diagtool.gemspec in fluent-diagtool-0.1.2 vs fluent-diagtool.gemspec in fluent-diagtool-0.1.3

- old
+ new

@@ -17,8 +17,8 @@ end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency("fileutils", ["~> 1.0.2"]) - spec.add_runtime_dependency("json", ["~> 2.1.0"]) + spec.add_runtime_dependency("fileutils", ["~> 1.0"]) + spec.add_runtime_dependency("json", ["~> 2.1"]) end