Skip to content

Commit 6bcb732

Browse files
Merge pull request #1155 from RubyNepal/dependabot/bundler/rubocop-1.64.0
Bump rubocop from 1.63.5 to 1.64.0
2 parents f1130f5 + a516166 commit 6bcb732

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.0'
4747
gem 'jshint-rb', '~> 1.1', require: false
4848
gem 'parallel', '~> 1.24'
49-
gem 'rubocop', '~> 1.63', require: false
49+
gem 'rubocop', '~> 1.64', require: false
5050
gem 'rubocop-performance', '~> 1.21', require: false
5151
gem 'scss_lint', '~> 0.60', require: false
5252

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ GEM
159159
coderay (~> 1.1)
160160
method_source (~> 1.0)
161161
public_suffix (5.0.5)
162-
racc (1.7.3)
162+
racc (1.8.0)
163163
rack (3.0.9.1)
164164
rack-protection (4.0.0)
165165
base64 (>= 0.1.0)
@@ -171,12 +171,12 @@ GEM
171171
rb-fsevent (0.11.2)
172172
rb-inotify (0.10.1)
173173
ffi (~> 1.0)
174-
regexp_parser (2.9.0)
174+
regexp_parser (2.9.2)
175175
replace_regex (0.1.0)
176176
rexml (3.2.8)
177177
strscan (>= 3.0.9)
178178
rouge (4.2.0)
179-
rubocop (1.63.5)
179+
rubocop (1.64.0)
180180
json (~> 2.3)
181181
language_server-protocol (>= 3.17.0)
182182
parallel (~> 1.10)
@@ -260,7 +260,7 @@ DEPENDENCIES
260260
parallel (~> 1.24)
261261
rake (~> 13.2)
262262
replace_regex (~> 0.1)
263-
rubocop (~> 1.63)
263+
rubocop (~> 1.64)
264264
rubocop-performance (~> 1.21)
265265
scss_lint (~> 0.60)
266266
tzinfo-data

0 commit comments

Comments
 (0)