diff --git a/Gemfile b/Gemfile index 67e3f82680..d8b245eeed 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', '>= 1.6.1' -gem 'rubocop', '~> 1.52.1', require: false +gem 'rubocop', '~> 1.53.1', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 5a461cc23d..d3512519a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,6 +70,7 @@ GEM irb (1.7.0) reline (>= 0.3.0) json (2.6.3) + language_server-protocol (3.17.0.3) matrix (0.4.2) maxmind-db (1.1.1) method_source (1.0.0) @@ -147,8 +148,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.52.1) + rubocop (1.53.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) @@ -256,7 +258,7 @@ DEPENDENCIES rdoc (~> 6.5) rest-client (~> 2.1.0) rspec (~> 3.12) - rubocop (~> 1.52.1) + rubocop (~> 1.53.1) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.10)