Skip to content

Commit 9106441

Browse files
authored
default rails build to the latest version (#1770)
1 parent 7214d63 commit 9106441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ when nil, false, ""
2525
# Rails 4+ requires 1.9.3+, so on earlier versions default to the last 3.x release.
2626
gem "rails", "~> 3.2.17"
2727
else
28-
gem "rails", "~> 4.2.0"
28+
gem "rails", "~> 5.0.0"
2929
end
3030
else
3131
gem "rails", version

0 commit comments

Comments
 (0)