Skip to content

Commit 8d178da

Browse files
authored
Merge pull request #166 from artichoke/dependabot/bundler/bundler-deps-1165b8e452
chore(deps): Bump the bundler-deps group with 1 update
2 parents 6aa6f8f + 3689d0e commit 8d178da

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile

+1-1
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.61', require: false
7+
gem 'rubocop', '~> 1.62', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,24 @@ GEM
1111
parser (3.3.0.5)
1212
ast (~> 2.4.1)
1313
racc
14-
prism (0.24.0)
1514
racc (1.7.3)
1615
rainbow (3.1.1)
1716
rake (13.1.0)
1817
regexp_parser (2.9.0)
1918
rexml (3.2.6)
20-
rubocop (1.61.0)
19+
rubocop (1.62.1)
2120
json (~> 2.3)
2221
language_server-protocol (>= 3.17.0)
2322
parallel (~> 1.10)
2423
parser (>= 3.3.0.2)
2524
rainbow (>= 2.2.2, < 4.0)
2625
regexp_parser (>= 1.8, < 3.0)
2726
rexml (>= 3.2.5, < 4.0)
28-
rubocop-ast (>= 1.30.0, < 2.0)
27+
rubocop-ast (>= 1.31.1, < 2.0)
2928
ruby-progressbar (~> 1.7)
3029
unicode-display_width (>= 2.4.0, < 3.0)
31-
rubocop-ast (1.31.0)
30+
rubocop-ast (1.31.2)
3231
parser (>= 3.3.0.4)
33-
prism (>= 0.24.0)
3432
rubocop-rake (0.6.0)
3533
rubocop (~> 1.0)
3634
ruby-progressbar (1.13.0)
@@ -43,7 +41,7 @@ PLATFORMS
4341
DEPENDENCIES
4442
bundler-audit (~> 0.9)
4543
rake (>= 12.3.3)
46-
rubocop (~> 1.61)
44+
rubocop (~> 1.62)
4745
rubocop-rake (~> 0.6)
4846

4947
BUNDLED WITH

0 commit comments

Comments
 (0)