diff --git a/Gemfile b/Gemfile index 608c175..c6d8505 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rspec", "~> 3.12" gem "simplecov", require: false gem "simplecov_json_formatter", require: false -gem "rubocop", "~> 1.28" +gem "rubocop", "~> 1.49" gem "rubocop-rake", "~> 0.6" gem "rubocop-rspec", "~> 2.19" diff --git a/Gemfile.lock b/Gemfile.lock index 9815279..872178c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM logger (1.5.3) minitest (5.18.0) parallel (1.22.1) - parser (3.2.1.1) + parser (3.2.2.0) ast (~> 2.4.1) rainbow (3.1.1) rake (13.0.6) @@ -51,14 +51,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.48.1) + rubocop (1.49.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.26.0, < 2.0) + rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.28.0) @@ -108,7 +108,7 @@ DEPENDENCIES card_dealer! rake (~> 13.0) rspec (~> 3.12) - rubocop (~> 1.28) + rubocop (~> 1.49) rubocop-rake (~> 0.6) rubocop-rspec (~> 2.19) simplecov