Skip to content

Commit 744fa1a

Browse files
committed
Make rails 5 the default for testing
1 parent a88acf2 commit 744fa1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ when 'master'
1717
gem 'rails', { git: 'https://github.com/rails/rails.git' }
1818
gem 'arel', { git: 'https://github.com/rails/arel.git' }
1919
when 'default'
20-
gem 'rails', '>= 4.2'
20+
gem 'rails', '>= 5.0'
2121
else
2222
gem 'rails', "~> #{version}"
2323
end

0 commit comments

Comments
 (0)