Skip to content

Commit 3ab8de9

Browse files
authored
Merge pull request #26 from artichoke/dependabot/bundler/bundler-deps-f6fc5ba764
Bump the bundler-deps group with 2 updates
2 parents 15e4521 + 5bf40c6 commit 3ab8de9

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
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.56', require: false
7+
gem 'rubocop', '~> 1.57', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,32 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
base64 (0.1.1)
65
bundler-audit (0.9.1)
76
bundler (>= 1.2.0, < 3)
87
thor (~> 1.0)
98
json (2.6.3)
109
language_server-protocol (3.17.0.3)
1110
parallel (1.23.0)
12-
parser (3.2.2.3)
11+
parser (3.2.2.4)
1312
ast (~> 2.4.1)
1413
racc
15-
racc (1.7.1)
14+
racc (1.7.2)
1615
rainbow (3.1.1)
17-
rake (13.0.6)
18-
regexp_parser (2.8.1)
16+
rake (13.1.0)
17+
regexp_parser (2.8.2)
1918
rexml (3.2.6)
20-
rubocop (1.56.4)
21-
base64 (~> 0.1.1)
19+
rubocop (1.57.2)
2220
json (~> 2.3)
2321
language_server-protocol (>= 3.17.0)
2422
parallel (~> 1.10)
25-
parser (>= 3.2.2.3)
23+
parser (>= 3.2.2.4)
2624
rainbow (>= 2.2.2, < 4.0)
2725
regexp_parser (>= 1.8, < 3.0)
2826
rexml (>= 3.2.5, < 4.0)
2927
rubocop-ast (>= 1.28.1, < 2.0)
3028
ruby-progressbar (~> 1.7)
3129
unicode-display_width (>= 2.4.0, < 3.0)
32-
rubocop-ast (1.29.0)
30+
rubocop-ast (1.30.0)
3331
parser (>= 3.2.1.0)
3432
rubocop-rake (0.6.0)
3533
rubocop (~> 1.0)
@@ -43,7 +41,7 @@ PLATFORMS
4341
DEPENDENCIES
4442
bundler-audit (~> 0.9)
4543
rake (>= 12.3.3)
46-
rubocop (~> 1.56)
44+
rubocop (~> 1.57)
4745
rubocop-rake (~> 0.6)
4846

4947
BUNDLED WITH

0 commit comments

Comments
 (0)