diff --git a/Gemfile b/Gemfile index e5edb935..6c076f2d 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.65.0', require: false + gem 'rubocop', '~> 1.66.0', require: false gem 'yard', '~> 0.9.20' end