Skip to content

Commit 0193524

Browse files
authored
Merge pull request #48 from artichoke/dependabot/bundler/bundler-deps-3323740603
Bump rubocop from 1.63.4 to 1.64.1 in the bundler-deps group
2 parents b4e8d9c + 8b9d993 commit 0193524

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.63', require: false
7+
gem 'rubocop', '~> 1.64', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ GEM
88
json (2.7.2)
99
language_server-protocol (3.17.0.3)
1010
parallel (1.24.0)
11-
parser (3.3.1.0)
11+
parser (3.3.2.0)
1212
ast (~> 2.4.1)
1313
racc
14-
racc (1.7.3)
14+
racc (1.8.0)
1515
rainbow (3.1.1)
1616
rake (13.2.1)
17-
regexp_parser (2.9.0)
17+
regexp_parser (2.9.2)
1818
rexml (3.2.8)
1919
strscan (>= 3.0.9)
20-
rubocop (1.63.4)
20+
rubocop (1.64.1)
2121
json (~> 2.3)
2222
language_server-protocol (>= 3.17.0)
2323
parallel (~> 1.10)
@@ -43,7 +43,7 @@ PLATFORMS
4343
DEPENDENCIES
4444
bundler-audit (~> 0.9)
4545
rake (>= 12.3.3)
46-
rubocop (~> 1.63)
46+
rubocop (~> 1.64)
4747
rubocop-rake (~> 0.6)
4848

4949
BUNDLED WITH

0 commit comments

Comments
 (0)