Skip to content

Commit 9e940ea

Browse files
committed
[ruby/irb] 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/irb@42f364ea23
1 parent 3816157 commit 9e940ea

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/irb/irb.gemspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ Gem::Specification.new do |spec|
3737
spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
3838

3939
spec.add_dependency "reline", ">= 0.1.5"
40-
spec.add_development_dependency "bundler"
41-
is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
42-
spec.add_development_dependency 'vterm', '>= 0.0.5' if is_unix && ENV['WITH_VTERM']
43-
spec.add_development_dependency 'yamatanooroti', '>= 0.0.6'
44-
spec.add_development_dependency "rake"
4540
end

0 commit comments

Comments
 (0)