diff --git a/tictactoe_ruby/Gemfile b/tictactoe_ruby/Gemfile index 9c1d9e7b..31cee1e5 100644 --- a/tictactoe_ruby/Gemfile +++ b/tictactoe_ruby/Gemfile @@ -9,4 +9,4 @@ gem "rake", "~> 13.2" gem "minitest", "~> 5.25" -gem "rubocop", "~> 1.71" +gem "rubocop", "~> 1.72" diff --git a/tictactoe_ruby/Gemfile.lock b/tictactoe_ruby/Gemfile.lock index e3ce5a5c..3451471e 100644 --- a/tictactoe_ruby/Gemfile.lock +++ b/tictactoe_ruby/Gemfile.lock @@ -9,6 +9,7 @@ GEM ast (2.4.2) json (2.10.1) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) minitest (5.25.4) parallel (1.26.3) parser (3.3.7.1) @@ -18,9 +19,10 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.71.2) + rubocop (1.72.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -42,7 +44,7 @@ PLATFORMS DEPENDENCIES minitest (~> 5.25) rake (~> 13.2) - rubocop (~> 1.71) + rubocop (~> 1.72) tictactoe_ruby! BUNDLED WITH