Skip to content

Commit 791f1db

Browse files
Bump rubocop from 1.9.0 to 1.81.7 (#39)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.9.0 to 1.81.7. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.9.0...v1.81.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f8fcb5 commit 791f1db

2 files changed

Lines changed: 28 additions & 18 deletions

File tree

Gemfile

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

55
gem 'rspec', require: 'spec'
6-
gem 'rubocop', '~> 1.9', require: false
6+
gem 'rubocop', '~> 1.81', require: false
77
gem 'rubocop-rspec', require: false

Gemfile.lock

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
ast (2.4.2)
4+
ast (2.4.3)
55
diff-lcs (1.4.4)
6-
parallel (1.20.1)
7-
parser (3.0.0.0)
6+
json (2.15.2)
7+
language_server-protocol (3.17.0.5)
8+
lint_roller (1.1.0)
9+
parallel (1.27.0)
10+
parser (3.3.10.0)
811
ast (~> 2.4.1)
9-
rainbow (3.0.0)
10-
regexp_parser (2.0.3)
11-
rexml (3.4.2)
12+
racc
13+
prism (1.6.0)
14+
racc (1.8.1)
15+
rainbow (3.1.1)
16+
regexp_parser (2.11.3)
1217
rspec (3.10.0)
1318
rspec-core (~> 3.10.0)
1419
rspec-expectations (~> 3.10.0)
@@ -22,29 +27,34 @@ GEM
2227
diff-lcs (>= 1.2.0, < 2.0)
2328
rspec-support (~> 3.10.0)
2429
rspec-support (3.10.2)
25-
rubocop (1.9.0)
30+
rubocop (1.81.7)
31+
json (~> 2.3)
32+
language_server-protocol (~> 3.17.0.2)
33+
lint_roller (~> 1.1.0)
2634
parallel (~> 1.10)
27-
parser (>= 3.0.0.0)
35+
parser (>= 3.3.0.2)
2836
rainbow (>= 2.2.2, < 4.0)
29-
regexp_parser (>= 1.8, < 3.0)
30-
rexml
31-
rubocop-ast (>= 1.2.0, < 2.0)
37+
regexp_parser (>= 2.9.3, < 3.0)
38+
rubocop-ast (>= 1.47.1, < 2.0)
3239
ruby-progressbar (~> 1.7)
33-
unicode-display_width (>= 1.4.0, < 3.0)
34-
rubocop-ast (1.4.1)
35-
parser (>= 2.7.1.5)
40+
unicode-display_width (>= 2.4.0, < 4.0)
41+
rubocop-ast (1.47.1)
42+
parser (>= 3.3.7.2)
43+
prism (~> 1.4)
3644
rubocop-rspec (2.1.0)
3745
rubocop (~> 1.0)
3846
rubocop-ast (>= 1.1.0)
39-
ruby-progressbar (1.11.0)
40-
unicode-display_width (2.0.0)
47+
ruby-progressbar (1.13.0)
48+
unicode-display_width (3.2.0)
49+
unicode-emoji (~> 4.1)
50+
unicode-emoji (4.1.0)
4151

4252
PLATFORMS
4353
ruby
4454

4555
DEPENDENCIES
4656
rspec
47-
rubocop (~> 1.9)
57+
rubocop (~> 1.81)
4858
rubocop-rspec
4959

5060
BUNDLED WITH

0 commit comments

Comments
 (0)