This project is archived and is in readonly mode.

#3890 ✓committed
Luis Lavena

Indicate proper required ruby version in Gem specification

Reported by Luis Lavena | February 7th, 2010 @ 09:49 PM | in 3.0.2

Hello,

As Rails 3.0 beta now depends on a minimum version of Ruby (1.8.7) and since support for previous versions has been deprecated, will be great that the gem specification used to build and deliver Rails and it's libraries properly states it.

Current gem specification:

required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:

Which allow installation of Rails 3.0 in older versions of Ruby.

Please refer to the RubyGems documentation to indicate the version constrain:

http://docs.rubygems.org/read/chapter/20#required_ruby_version

Thank you.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages