File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments