File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* RVM
6
6
7
- * ` rvm install 2.4.4 `
7
+ * ` rvm install 2.5.3 `
8
8
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 `
10
10
11
11
* ` kindlegen ` must be in ` PATH ` ([ download] ( http://www.amazon.com/gp/feature.html?docId=1000765211 ) ))
12
12
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Generators
2
2
module Config
3
3
module Master
4
4
def ruby_version
5
- '2.4.4 '
5
+ '2.5.3 '
6
6
end
7
7
8
8
def bundler_version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module Release
7
7
# New Rails releases should not need this project to be updated, unless new
8
8
# unavoidable breaking dependencies need to be configured.
9
9
def ruby_version
10
- '2.4.4 '
10
+ '2.5.3 '
11
11
end
12
12
13
13
# Always use inequalities and leave an else clause to be forward compatible.
You can’t perform that action at this time.
0 commit comments