Skip to content

Commit 1fb8f87

Browse files
Bump rubocop from 1.81.7 to 1.82.0 in the ruby-dependencies group (#220)
Bumps the ruby-dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.81.7 to 1.82.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ef282e commit 1fb8f87

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :development do
88
gem "byebug", "~> 12.0"
99
gem "rake", "~> 13.3"
1010
gem "rspec", "~> 3.13"
11-
gem "rubocop", "~> 1.81"
11+
gem "rubocop", "~> 1.82"
1212
gem "rubocop-performance", "~> 1.26"
1313
gem "rubocop-rake", "~> 0.7"
1414
gem "rubocop-rspec", "~> 3.8"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
byebug (12.0.0)
1111
diff-lcs (1.6.2)
1212
docile (1.4.1)
13-
json (2.16.0)
13+
json (2.18.0)
1414
language_server-protocol (3.17.0.5)
1515
lint_roller (1.1.0)
1616
parallel (1.27.0)
@@ -35,15 +35,15 @@ GEM
3535
diff-lcs (>= 1.2.0, < 2.0)
3636
rspec-support (~> 3.13.0)
3737
rspec-support (3.13.6)
38-
rubocop (1.81.7)
38+
rubocop (1.82.0)
3939
json (~> 2.3)
4040
language_server-protocol (~> 3.17.0.2)
4141
lint_roller (~> 1.1.0)
4242
parallel (~> 1.10)
4343
parser (>= 3.3.0.2)
4444
rainbow (>= 2.2.2, < 4.0)
4545
regexp_parser (>= 2.9.3, < 3.0)
46-
rubocop-ast (>= 1.47.1, < 2.0)
46+
rubocop-ast (>= 1.48.0, < 2.0)
4747
ruby-progressbar (~> 1.7)
4848
unicode-display_width (>= 2.4.0, < 4.0)
4949
rubocop-ast (1.48.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
byebug (~> 12.0)
7979
rake (~> 13.3)
8080
rspec (~> 3.13)
81-
rubocop (~> 1.81)
81+
rubocop (~> 1.82)
8282
rubocop-performance (~> 1.26)
8383
rubocop-rake (~> 0.7)
8484
rubocop-rspec (~> 3.8)

0 commit comments

Comments
 (0)