Skip to content

Commit de71e2c

Browse files
Merge pull request #3377 from beefproject/dependabot/bundler/rubocop-1.79.2
Bump rubocop from 1.79.0 to 1.79.2
2 parents dbe6c09 + 111bd7a commit de71e2c

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.7'
27-
gem 'rubocop', '~> 1.79.0', require: false
27+
gem 'rubocop', '~> 1.79.2', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ GEM
151151
rdoc (6.14.2)
152152
erb
153153
psych (>= 4.0.0)
154-
regexp_parser (2.10.0)
154+
regexp_parser (2.11.2)
155155
reline (0.6.0)
156156
io-console (~> 0.5)
157157
rest-client (2.1.0)
@@ -175,7 +175,7 @@ GEM
175175
diff-lcs (>= 1.2.0, < 2.0)
176176
rspec-support (~> 3.13.0)
177177
rspec-support (3.13.4)
178-
rubocop (1.79.0)
178+
rubocop (1.79.2)
179179
json (~> 2.3)
180180
language_server-protocol (~> 3.17.0.2)
181181
lint_roller (~> 1.1.0)
@@ -185,7 +185,6 @@ GEM
185185
regexp_parser (>= 2.9.3, < 3.0)
186186
rubocop-ast (>= 1.46.0, < 2.0)
187187
ruby-progressbar (~> 1.7)
188-
tsort (>= 0.2.0)
189188
unicode-display_width (>= 2.4.0, < 4.0)
190189
rubocop-ast (1.46.0)
191190
parser (>= 3.3.7.2)
@@ -241,12 +240,11 @@ GEM
241240
tins (1.37.1)
242241
bigdecimal
243242
sync
244-
tsort (0.2.0)
245243
tzinfo (2.0.6)
246244
concurrent-ruby (~> 1.0)
247245
uglifier (4.2.1)
248246
execjs (>= 0.3.0, < 3)
249-
unicode-display_width (3.1.4)
247+
unicode-display_width (3.1.5)
250248
unicode-emoji (~> 4.0, >= 4.0.4)
251249
unicode-emoji (4.0.4)
252250
webrick (1.9.1)
@@ -292,7 +290,7 @@ DEPENDENCIES
292290
rdoc (~> 6.14)
293291
rest-client (~> 2.1.0)
294292
rspec (~> 3.13)
295-
rubocop (~> 1.79.0)
293+
rubocop (~> 1.79.2)
296294
rubyzip (~> 2.4)
297295
rushover (~> 0.3.0)
298296
selenium-webdriver (~> 4.34)

0 commit comments

Comments
 (0)