tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Add 22 to RUBY_VERSION_SUPPORTED



On Sat, May 16, 2015 at 03:42:55PM +0900, Ryo ONODERA wrote:
> Can I commit the following patch to enable ruby22.

Immediate fallout so far:

ruby-journey:
ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
    duplicate dependency on rdoc (~> 3.10, development), (~> 3.11) use:
    add_runtime_dependency 'rdoc', '~> 3.10', '~> 3.11'

ruby-tilt:
ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
    duplicate dependency on rdoc (>= 0, development), (>= 0) use:
    add_runtime_dependency 'rdoc', '>= 0', '>= 0'

ruby-treetop:
ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
    duplicate dependency on polyglot (>= 0.3.1), (>= 0) use:
    add_runtime_dependency 'polyglot', '>= 0.3.1', '>= 0'

Joerg


Home | Main Index | Thread Index | Old Index