diff --git a/Gemfile b/Gemfile index 0ee88ea..3e985f7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :developmend do gem 'bump', '~> 0.10.0' gem 'rake' gem 'rspec', '~> 3.12.0' - gem 'rubocop', '~> 1.40.0' + gem 'rubocop', '~> 1.56.3' gem 'simplecov', '~> 0.22.0' gem 'simplecov-cobertura', '~> 2.1.0' end