protos-icon.gemspec in protos-icon-0.1.0 vs protos-icon.gemspec in protos-icon-0.2.0

- old
+ new

@@ -29,10 +29,10 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] # Uncomment to register a new dependency of your gem - spec.add_dependency "phlex", "~> 1.9" + spec.add_dependency "phlex", "~> 1.10" # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html end