diff --git a/Gemfile b/Gemfile index bf74f15b..d72a9112 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gemspec gem 'bump', require: false gem 'rake' gem 'rubocop', github: 'rubocop/rubocop' -gem 'rubocop-performance', '~> 1.13.0' +gem 'rubocop-performance', '~> 1.15.0' gem 'yard', '~> 0.9' local_gemfile = File.expand_path('Gemfile.local', __dir__)