Skip to content

Commit 8b6e244

Browse files
Bump rubocop from 1.68.0 to 1.69.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834dbef commit 8b6e244

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.4.0'
2626
gem 'sqlite3', '~> 2.2'
27-
gem 'rubocop', '~> 1.68.0', require: false
27+
gem 'rubocop', '~> 1.69.2', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

+11-9
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
hashie-forbidden_attributes (~> 0.1)
129129
parallel (1.26.3)
130130
parseconfig (1.1.2)
131-
parser (3.3.5.1)
131+
parser (3.3.6.0)
132132
ast (~> 2.4.1)
133133
racc
134134
power_assert (2.0.4)
@@ -155,7 +155,7 @@ GEM
155155
rake (13.2.1)
156156
rdoc (6.8.1)
157157
psych (>= 4.0.0)
158-
regexp_parser (2.9.2)
158+
regexp_parser (2.9.3)
159159
reline (0.5.10)
160160
io-console (~> 0.5)
161161
rest-client (2.1.0)
@@ -179,17 +179,17 @@ GEM
179179
diff-lcs (>= 1.2.0, < 2.0)
180180
rspec-support (~> 3.13.0)
181181
rspec-support (3.13.1)
182-
rubocop (1.68.0)
182+
rubocop (1.69.2)
183183
json (~> 2.3)
184184
language_server-protocol (>= 3.17.0)
185185
parallel (~> 1.10)
186186
parser (>= 3.3.0.2)
187187
rainbow (>= 2.2.2, < 4.0)
188-
regexp_parser (>= 2.4, < 3.0)
189-
rubocop-ast (>= 1.32.2, < 2.0)
188+
regexp_parser (>= 2.9.3, < 3.0)
189+
rubocop-ast (>= 1.36.2, < 2.0)
190190
ruby-progressbar (~> 1.7)
191-
unicode-display_width (>= 2.4.0, < 3.0)
192-
rubocop-ast (1.33.1)
191+
unicode-display_width (>= 2.4.0, < 4.0)
192+
rubocop-ast (1.37.0)
193193
parser (>= 3.3.1.0)
194194
ruby-progressbar (1.13.0)
195195
ruby2_keywords (0.0.5)
@@ -251,7 +251,9 @@ GEM
251251
concurrent-ruby (~> 1.0)
252252
uglifier (4.2.1)
253253
execjs (>= 0.3.0, < 3)
254-
unicode-display_width (2.6.0)
254+
unicode-display_width (3.1.2)
255+
unicode-emoji (~> 4.0, >= 4.0.4)
256+
unicode-emoji (4.0.4)
255257
webrick (1.9.0)
256258
websocket (1.2.11)
257259
websocket-client-simple (0.6.1)
@@ -300,7 +302,7 @@ DEPENDENCIES
300302
rdoc (~> 6.8)
301303
rest-client (~> 2.1.0)
302304
rspec (~> 3.13)
303-
rubocop (~> 1.68.0)
305+
rubocop (~> 1.69.2)
304306
rubyzip (~> 2.3)
305307
rushover (~> 0.3.0)
306308
selenium-webdriver (~> 4.27)

0 commit comments

Comments
 (0)