diff --git a/Gemfile b/Gemfile index 16edd994..ff5cb8d4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gemspec group :development, :test do # ref: http://docs.rubocop.org/en/latest/installation/ - gem 'rubocop', '~> 1.57.0', require: false + gem 'rubocop', '~> 1.60.0', require: false gem 'yard', '~> 0.9.20' end