From 7ccd9d428245e82cd9fd2ec28967e0855402c206 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 1 Nov 2017 19:12:23 -0700 Subject: [PATCH] Use rails 5.1 in Gemfile by default --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b83d8a9b..00aa35d8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ platforms :rbx do gem 'rubinius-developer_tools' end -rails = ENV['RAILS'] || '~> 4.2.0' +rails = ENV['RAILS'] || '~> 5.1.0' gem 'rails', rails