diff --git a/Gemfile b/Gemfile index b4bcc9e0..f14b2220 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.67.0', require: false + gem 'rubocop', '~> 1.68.0', require: false gem 'yard', '~> 0.9.20' end