Bump rubocop from 1.63.4 to 1.63.5

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.63.5.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.63.4...v1.63.5)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-09 13:57:47 +00:00
committed by GitHub
parent 9b05cf2683
commit 0243619940
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.2'
gem 'otr-activerecord', '~> 2.2.0'
gem 'sqlite3', '~> 1.4'
gem 'rubocop', '~> 1.63.4', require: false
gem 'rubocop', '~> 1.63.5', require: false
# Geolocation support
group :geoip do

View File

@@ -166,7 +166,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.63.4)
rubocop (1.63.5)
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.63.4)
rubocop (~> 1.63.5)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.20)