junction.gemspec in junction-0.1.4 vs junction.gemspec in junction-0.1.5

- old
+ new

@@ -32,9 +32,9 @@ #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 "example-gem", "~> 1.0" - + spec.add_dependency 'stringio', '>= 3.0.0' # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html end