Skip to content

Commit c430a28

Browse files
committed
[skip ci] Fix minimal ruby version on README
According to rake.gemspec, rake required at least ruby 2.0.0
1 parent f35ce83 commit c430a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Rake is available under an MIT-style license.
130130
= Other stuff
131131

132132
Author:: Jim Weirich <jim.weirich@gmail.com>
133-
Requires:: Ruby 1.9.3 or later
133+
Requires:: Ruby 2.0.0 or later
134134
License:: Copyright Jim Weirich.
135135
Released under an MIT-style license. See the MIT-LICENSE
136136
file included in the distribution.

0 commit comments

Comments
 (0)