Skip to content

Commit 13325ea

Browse files
committed
Use Ruby 2.5.3 to generate documentation
There is a bug between Ruby 2.4 and RDoc.
1 parent 1927b2a commit 13325ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
* RVM
66

7-
* `rvm install 2.4.4`
7+
* `rvm install 2.5.3`
88

9-
* `rvm use 2.4.4 do gem install bundler -v 1.16.1 --no-rdoc --no-ri`
9+
* `rvm use 2.5.3 do gem install bundler -v 1.16.1 --no-rdoc --no-ri`
1010

1111
* `kindlegen` must be in `PATH` ([download](http://www.amazon.com/gp/feature.html?docId=1000765211)))
1212

lib/generators/config/master.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Generators
22
module Config
33
module Master
44
def ruby_version
5-
'2.4.4'
5+
'2.5.3'
66
end
77

88
def bundler_version

lib/generators/config/release.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Release
77
# New Rails releases should not need this project to be updated, unless new
88
# unavoidable breaking dependencies need to be configured.
99
def ruby_version
10-
'2.4.4'
10+
'2.5.3'
1111
end
1212

1313
# Always use inequalities and leave an else clause to be forward compatible.

0 commit comments

Comments
 (0)