diff --git a/Gemfile b/Gemfile index 4786926..2b389a9 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gemspec gem 'rspec', '~> 3.7' -gem 'rubocop', '~> 1.76.0' +gem 'rubocop', '~> 1.86.0' gem 'rubocop-rspec', '~> 3.5.0' gem 'sequel', '~> 5.47' gem 'simplecov', '~> 0.16'