capistrano-nginx-unit.gemspec in capistrano-nginx-unit-0.4.2 vs capistrano-nginx-unit.gemspec in capistrano-nginx-unit-0.4.3

- old
+ new

@@ -16,9 +16,9 @@ spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - spec.required_ruby_version = '~> 2.0' + spec.required_ruby_version = '>= 2.0' spec.add_runtime_dependency "capistrano", "~> 3.0" end