flexirest.gemspec in flexirest-1.3.27 vs flexirest.gemspec in flexirest-1.3.28

- old
+ new

@@ -45,7 +45,8 @@ # Same with "tins" which is a dependency of coveralls if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.0.0') spec.add_runtime_dependency "json", "< 2.0.0" spec.add_runtime_dependency "tins", "~> 1.6.0" spec.add_runtime_dependency "term-ansicolor", "~> 1.3.2" + spec.add_runtime_dependency "public_suffix", "~> 1.4.6" end end