diff --git a/Gemfile b/Gemfile index 09021b83..4da88c1f 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.37.0', require: false + gem 'rubocop', '~> 1.38.0', require: false gem 'yard', '~> 0.9.20' end