ruby_jard.gemspec in ruby_jard-0.2.2 vs ruby_jard.gemspec in ruby_jard-0.2.3

- old
+ new

@@ -28,9 +28,9 @@ end spec.bindir = 'bin' spec.executables = [] spec.require_paths = ['lib'] - spec.add_runtime_dependency 'byebug', '~> 11.1.0' + spec.add_runtime_dependency 'byebug', '>= 9.1', '< 12.0' spec.add_runtime_dependency 'pry', '~> 0.13.0' spec.add_runtime_dependency 'tty-screen', '~> 0.8.1' end