Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails 2.3 and rspec-rails compatability

What version of the rspec-rails gem is still compatible with Rails 2.3 branch (2.3.14 specifically)? I've tried 2.1.0, but that one's also for Rails >= 3.0. Any other dependencies or version limitations that I should be aware of?

Thanks.

like image 794
sa125 Avatar asked Feb 14 '12 09:02

sa125


People also ask

Is Ruby 3 compatible with Rails 6?

Rails 6 requires Ruby 2.5 or later. Rails 7 requires Ruby 2.7 or later.

Does Rails 5.2 support Ruby 3?

Rails 5.2 doesn't work with Ruby 3.0 #40938.

Which version of Ruby should I use for Rails?

Rails 5 requires Ruby 2.2.

What is the latest version of Rails?

The current version of Rail is 7.0. 2, released on Tuesday, February 8, 2022.


1 Answers

Version 1.3.4 is the latest supported version for Rails 2.x.

http://rubygems.org/gems/rspec-rails/versions/1.3.4

like image 198
Joost Baaij Avatar answered Sep 28 '22 06:09

Joost Baaij