Skip to content

Commit 2ed76d9

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump rubocop in /tictactoe_ruby in the bundler-minor group
Bumps the bundler-minor group in /tictactoe_ruby with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.82.1 to 1.84.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbc7bc9 commit 2ed76d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tictactoe_ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.3"
99

1010
gem "minitest", "~> 5.27"
1111

12-
gem "rubocop", "~> 1.82"
12+
gem "rubocop", "~> 1.84"

tictactoe_ruby/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ GEM
1212
lint_roller (1.1.0)
1313
minitest (5.27.0)
1414
parallel (1.27.0)
15-
parser (3.3.10.0)
15+
parser (3.3.10.1)
1616
ast (~> 2.4.1)
1717
racc
18-
prism (1.7.0)
18+
prism (1.9.0)
1919
racc (1.8.1)
2020
rainbow (3.1.1)
2121
rake (13.3.1)
2222
regexp_parser (2.11.3)
23-
rubocop (1.82.1)
23+
rubocop (1.84.1)
2424
json (~> 2.3)
2525
language_server-protocol (~> 3.17.0.2)
2626
lint_roller (~> 1.1.0)
2727
parallel (~> 1.10)
2828
parser (>= 3.3.0.2)
2929
rainbow (>= 2.2.2, < 4.0)
3030
regexp_parser (>= 2.9.3, < 3.0)
31-
rubocop-ast (>= 1.48.0, < 2.0)
31+
rubocop-ast (>= 1.49.0, < 2.0)
3232
ruby-progressbar (~> 1.7)
3333
unicode-display_width (>= 2.4.0, < 4.0)
3434
rubocop-ast (1.49.0)
@@ -46,7 +46,7 @@ PLATFORMS
4646
DEPENDENCIES
4747
minitest (~> 5.27)
4848
rake (~> 13.3)
49-
rubocop (~> 1.82)
49+
rubocop (~> 1.84)
5050
tictactoe_ruby!
5151

5252
BUNDLED WITH

0 commit comments

Comments
 (0)