Skip to content

Commit e2d1963

Browse files
Merge pull request #1491 from RubyNepal/dependabot/bundler/rubocop-1.84.0
Bump rubocop from 1.82.1 to 1.84.0
2 parents e361f78 + 69d26fb commit e2d1963

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ group :development, :test do
4646
gem 'html-proofer', '~> 5.2'
4747
gem 'jshint-rb', '~> 1.1', require: false
4848
gem 'parallel', '~> 1.27'
49-
gem 'rubocop', '~> 1.82', require: false
49+
gem 'rubocop', '~> 1.84', require: false
5050
gem 'rubocop-performance', '~> 1.26', require: false
5151
gem 'scss_lint', '~> 0.60', require: false
5252

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ GEM
166166
nenv (~> 0.1)
167167
shellany (~> 0.0)
168168
parallel (1.27.0)
169-
parser (3.3.10.0)
169+
parser (3.3.10.1)
170170
ast (~> 2.4.1)
171171
racc
172172
pathutil (0.16.2)
@@ -177,7 +177,7 @@ GEM
177177
hashery (~> 2.0)
178178
ruby-rc4
179179
ttfunk
180-
prism (1.7.0)
180+
prism (1.9.0)
181181
pry (0.16.0)
182182
coderay (~> 1.1)
183183
method_source (~> 1.0)
@@ -205,15 +205,15 @@ GEM
205205
replace_regex (0.1.0)
206206
rexml (3.4.2)
207207
rouge (4.5.1)
208-
rubocop (1.82.1)
208+
rubocop (1.84.0)
209209
json (~> 2.3)
210210
language_server-protocol (~> 3.17.0.2)
211211
lint_roller (~> 1.1.0)
212212
parallel (~> 1.10)
213213
parser (>= 3.3.0.2)
214214
rainbow (>= 2.2.2, < 4.0)
215215
regexp_parser (>= 2.9.3, < 3.0)
216-
rubocop-ast (>= 1.48.0, < 2.0)
216+
rubocop-ast (>= 1.49.0, < 2.0)
217217
ruby-progressbar (~> 1.7)
218218
unicode-display_width (>= 2.4.0, < 4.0)
219219
rubocop-ast (1.49.0)
@@ -293,7 +293,7 @@ DEPENDENCIES
293293
parallel (~> 1.27)
294294
rake (~> 13.3)
295295
replace_regex (~> 0.1)
296-
rubocop (~> 1.82)
296+
rubocop (~> 1.84)
297297
rubocop-performance (~> 1.26)
298298
scss_lint (~> 0.60)
299299
tzinfo-data

0 commit comments

Comments
 (0)