mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-console] Do not use add_development_dependency
https://github.com/ruby/io-console/commit/bc77f46391
This commit is contained in:
parent
414d6cf1d3
commit
077c28887a
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- ruby -*-
|
||||
_VERSION = "0.4.7"
|
||||
_VERSION = "0.4.9"
|
||||
date = %w$Date:: $[1]
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
@ -25,7 +25,4 @@ Gem::Specification.new do |s|
|
|||
]
|
||||
s.extensions = %w[ext/io/console/extconf.rb]
|
||||
s.license = "BSD-2-Clause"
|
||||
|
||||
s.add_development_dependency 'rake-compiler'
|
||||
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue