Skip to content

Commit b2ceea1

Browse files
Bump rubocop from 1.63.2 to 1.63.4
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.4. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.2...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bcde30 commit b2ceea1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
2424
gem 'otr-activerecord', '~> 2.2.0'
2525
gem 'sqlite3', '~> 1.7'
26-
gem 'rubocop', '~> 1.63.3', require: false
26+
gem 'rubocop', '~> 1.63.4', require: false
2727

2828
# Geolocation support
2929
group :geoip do

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
hashie-forbidden_attributes (~> 0.1)
116116
parallel (1.24.0)
117117
parseconfig (1.1.2)
118-
parser (3.3.0.5)
118+
parser (3.3.1.0)
119119
ast (~> 2.4.1)
120120
racc
121121
power_assert (2.0.3)
@@ -166,7 +166,7 @@ GEM
166166
diff-lcs (>= 1.2.0, < 2.0)
167167
rspec-support (~> 3.13.0)
168168
rspec-support (3.13.0)
169-
rubocop (1.63.3)
169+
rubocop (1.63.4)
170170
json (~> 2.3)
171171
language_server-protocol (>= 3.17.0)
172172
parallel (~> 1.10)
@@ -177,8 +177,8 @@ GEM
177177
rubocop-ast (>= 1.31.1, < 2.0)
178178
ruby-progressbar (~> 1.7)
179179
unicode-display_width (>= 2.4.0, < 3.0)
180-
rubocop-ast (1.31.2)
181-
parser (>= 3.3.0.4)
180+
rubocop-ast (1.31.3)
181+
parser (>= 3.3.1.0)
182182
ruby-progressbar (1.13.0)
183183
ruby2_keywords (0.0.5)
184184
rubyzip (2.3.2)
@@ -277,7 +277,7 @@ DEPENDENCIES
277277
rdoc (~> 6.6)
278278
rest-client (~> 2.1.0)
279279
rspec (~> 3.13)
280-
rubocop (~> 1.63.3)
280+
rubocop (~> 1.63.4)
281281
rubyzip (~> 2.3)
282282
rushover (~> 0.3.0)
283283
selenium-webdriver (~> 4.20)

0 commit comments

Comments
 (0)