Skip to content

Commit 61df65b

Browse files
committed
Update rubocop to version 0.59.2
1 parent 1177631 commit 61df65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
# TODO: Upgrade to >= 0.59 when we drop Rubies below 2.2
99
# Error: Unsupported Ruby version 2.1 found in `TargetRubyVersion` parameter (in .rubocop.yml). 2.1-compatible analysis was dropped after version 0.58.
1010
# Supported versions: 2.2, 2.3, 2.4, 2.5
11-
gem 'rubocop', '~> 0.58.0'
11+
gem 'rubocop', '~> 0.59.2'
1212
gem 'rubocop-rspec', '~> 1.30.0'
1313
end
1414
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')

0 commit comments

Comments
 (0)