Skip to content

Commit 6cde630

Browse files
authored
Update development setup to use the latest Ruby
The latest stable version of Ruby is 2.3.1 – it looks like the [`travis.yml` file](https://github.com/rspec/rspec-dev/blob/master/travis/.travis.yml) is already set up to build against it. I wasn't sure if there was a particular reason this document uses version 1.9.3 or if it just went stale. The last version update in the doc seems to have been in 2012 (see b00159c). Thanks!
1 parent 38d2eeb commit 6cde630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rspec-rails.
1515
The safest bet is to use [rvm](https://github.com/wayneeseguin/rvm) with an rvm
1616
installed ruby (not system ruby) and a clean gemset dedicated to rspec-dev:
1717

18-
rvm 1.9.3@rspec-dev --create # or whatever version of Ruby you prefer
18+
rvm 2.3.1@rspec-dev --create # or whatever version of Ruby you prefer
1919

2020
[rbenv](https://github.com/sstephenson/rbenv) is also supported.
2121

0 commit comments

Comments
 (0)