ruby_jard.gemspec in ruby_jard-0.1.0 vs ruby_jard.gemspec in ruby_jard-0.2.0
- old
+ new
@@ -28,12 +28,9 @@
end
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.add_runtime_dependency 'tty-box', '>= 0.5.0'
- spec.add_runtime_dependency 'tty-cursor', '>= 0.7.1'
- spec.add_runtime_dependency 'tty-screen', '>= 0.8.0'
-
spec.add_runtime_dependency 'byebug', '>= 11.1.0'
+ spec.add_runtime_dependency 'pastel', '>= 0.7.4'
spec.add_runtime_dependency 'pry', '>= 0.13.0'
end