We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941a31e commit a742170Copy full SHA for a742170
.rubocop.yml
@@ -79,7 +79,7 @@ AllCops:
79
# is specified in the Gemfile or gems.rb file, RuboCop reads the final value
80
# from the lock file.) If the Ruby version is still unresolved, RuboCop will
81
# use the oldest officially supported Ruby version (currently Ruby 2.2).
82
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.3
83
# What version of Rails is the inspected code using? If a value is specified
84
# for TargetRailsVersion then it is used. Acceptable values are specificed
85
# as a float (i.e. 5.1); the patch version of Rails should not be included.
0 commit comments