Skip to content

Commit a742170

Browse files
committed
ci: Changes to CI configuration and support ruby 2.5 and 2.6
ci: Changes to CI configuration and support ruby 2.5 and 2.6
1 parent 941a31e commit a742170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ AllCops:
7979
# is specified in the Gemfile or gems.rb file, RuboCop reads the final value
8080
# from the lock file.) If the Ruby version is still unresolved, RuboCop will
8181
# use the oldest officially supported Ruby version (currently Ruby 2.2).
82-
TargetRubyVersion: 2.5
82+
TargetRubyVersion: 2.3
8383
# What version of Rails is the inspected code using? If a value is specified
8484
# for TargetRailsVersion then it is used. Acceptable values are specificed
8585
# as a float (i.e. 5.1); the patch version of Rails should not be included.

0 commit comments

Comments
 (0)