diff --git a/Gemfile b/Gemfile index 94655b60e..6b9262226 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.0' gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' gem 'sqlite3', '~> 1.6' -gem 'rubocop', '~> 1.56.3', require: false +gem 'rubocop', '~> 1.56.4', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 4a5a89ac9..baa55ceb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -261,7 +261,7 @@ DEPENDENCIES rdoc (~> 6.5) rest-client (~> 2.1.0) rspec (~> 3.12) - rubocop (~> 1.56.3) + rubocop (~> 1.56.4) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.13)