Skip to content

Commit b97174a

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.71.2 to 1.72.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f8ab8a commit b97174a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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.2"
99

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

12-
gem "rubocop", "~> 1.71"
12+
gem "rubocop", "~> 1.72"

tictactoe_ruby/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GEM
99
ast (2.4.2)
1010
json (2.10.1)
1111
language_server-protocol (3.17.0.4)
12+
lint_roller (1.1.0)
1213
minitest (5.25.4)
1314
parallel (1.26.3)
1415
parser (3.3.7.1)
@@ -18,9 +19,10 @@ GEM
1819
rainbow (3.1.1)
1920
rake (13.2.1)
2021
regexp_parser (2.10.0)
21-
rubocop (1.71.2)
22+
rubocop (1.72.2)
2223
json (~> 2.3)
23-
language_server-protocol (>= 3.17.0)
24+
language_server-protocol (~> 3.17.0.2)
25+
lint_roller (~> 1.1.0)
2426
parallel (~> 1.10)
2527
parser (>= 3.3.0.2)
2628
rainbow (>= 2.2.2, < 4.0)
@@ -42,7 +44,7 @@ PLATFORMS
4244
DEPENDENCIES
4345
minitest (~> 5.25)
4446
rake (~> 13.2)
45-
rubocop (~> 1.71)
47+
rubocop (~> 1.72)
4648
tictactoe_ruby!
4749

4850
BUNDLED WITH

0 commit comments

Comments
 (0)