Jon Atack
32f7491808
Upgrade to Ruby 2.2.2
...
and fix the grammar in the ruby_version_check.rb user message.
2015-04-14 08:41:56 +05:30
Genadi Samokovarov
8ed0b89bbd
Revert work arounds for upstream Ruby 2.2.0 kwargs bug
...
The bug caused a segfault and you can find more info about it at:
https://bugs.ruby-lang.org/issues/10685 .
We did a couple of work arounds, but 2.2.1 rolled out and those aren't
needed anymore.
Here are the reverted commits:
- Revert "Work around for upstream Ruby bug #10685 ",
commit 707a433870
.
- Revert "Fix segmentation fault in ActionPack tests",
commit 22e0a22d5f
.
I'm also bumping the Ruby version check to 2.2.1 to prevent future
segfaults.
2015-03-05 17:39:22 +02:00
Robin Dupret
670b2889a3
Avoid Ruby versions check on Rubinius
...
Rubinius is still targeting compliance with Ruby 2.1.0 but we are pretty
close to a green build so let's avoid this check for the moment.
2015-03-02 17:07:54 +01:00
claudiob
d3b098b828
Require Ruby 2.2 for Rails 5.0
...
Stems from [this comment](https://github.com/rails/rails/pull/18203#issuecomment-68138096 ) by @robin850
and by the blog post http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final
2014-12-26 13:53:09 +01:00
claudiob
96d0f751f9
Bump required Ruby version to 2.1.0
...
[This article](http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/#maintenance-consequences-and-rails-5-0 ) states that:
> Rails 5.0 is in most likelihood going to target Ruby 2.2.
Before the exact minimum version is fully decided, @arthurnn [suggests](https://github.com/rails/rails/pull/17830#issuecomment-64940383 )
that **at least** version 2.1.0 **must** be required by the `gemspec` files.
2014-11-28 22:59:51 -08:00
ShunsukeAida
ad7de78df9
update the recommended ruby version
2014-05-27 02:45:23 +09:00
Jeremy Kemper
a0380e808d
Prefer Ruby 2.0; require 1.9.3+
2013-02-09 17:41:07 -07:00
José Valim
4fa615a866
Update ruby_version_check.
2011-12-20 16:55:01 +01:00
Thiago Pradi
800bab79b3
Updating error message on ruby_version_check.rb
...
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-09-19 22:32:23 -07:00
Jeremy Kemper
be43ad69af
Support ruby 1.8.7 and 1.9.2 (and development versions)
2010-06-11 16:40:04 -07:00
Jeremy Kemper
1a5654851e
Single ruby version requirement message
2010-06-11 11:02:47 -07:00
Xavier Noria
61fc7a4550
abort generation/booting on Ruby 1.9.1
2010-06-10 21:49:45 +02:00
Yehuda Katz
b0dfd1d19b
Update Ruby version check to 1.8.7
2009-11-05 15:38:25 -08:00
Yehuda Katz + Carl Lerche
f0dd77c6be
Move railties/lib/* into railties/lib/*
2009-09-24 16:11:41 -07:00