diff --git a/Gemfile b/Gemfile index a7d20f4fb2..2197403ad4 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.1' gem 'otr-activerecord', '~> 2.2.0' gem 'sqlite3', '~> 1.7' -gem 'rubocop', '~> 1.62.1', require: false +gem 'rubocop', '~> 1.63.2', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index caf3f2dc01..bc4cc8971a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.62.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -277,7 +277,7 @@ DEPENDENCIES rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.62.1) + rubocop (~> 1.63.2) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.19)