Skip to content

Commit b0b3022

Browse files
committed
[ruby/reline] Moved development dependencies to Gemfile
As expressions in a gemspec file are evaluated at the build time, but not the run time, the conditional in the gemspec will not work as intended. ruby/reline@c09b7c454a
1 parent 5543695 commit b0b3022

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/reline/reline.gemspec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,4 @@ Gem::Specification.new do |spec|
2020
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')
2121

2222
spec.add_dependency 'io-console', '~> 0.5'
23-
spec.add_development_dependency 'bundler'
24-
spec.add_development_dependency 'rake'
25-
spec.add_development_dependency 'test-unit'
26-
is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
27-
spec.add_development_dependency 'vterm', '>= 0.0.5' if is_unix && ENV['WITH_VTERM']
28-
spec.add_development_dependency 'yamatanooroti', '>= 0.0.6'
2923
end

0 commit comments

Comments
 (0)