Use .ruby-version to detect our Ruby version
Travis and Rubocop and rmv1-capistrano3 automatically detect the version based on the `.ruby-version` file.
This commit is contained in:
@@ -9,7 +9,6 @@ AllCops:
|
||||
Exclude:
|
||||
- "db/migrate/**/*"
|
||||
- "db/schema.rb"
|
||||
TargetRubyVersion: 2.3
|
||||
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
|
||||
# to ignore them, so only the ones explicitly set in this file are enabled.
|
||||
DisabledByDefault: true
|
||||
|
||||
Reference in New Issue
Block a user