diff --git a/Gemfile b/Gemfile index b6e5b49..f4a2677 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ gem 'rake', '~> 13.0' group :test, :development do gem 'minitest', '~> 5.19' gem 'rack-test', '~> 2.1' - gem 'rubocop', '~> 1.55', require: false + gem 'rubocop', '~> 1.56', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 5805be7..3b9748f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + base64 (0.1.1) builder (3.2.4) concurrent-ruby (1.2.2) dry-core (1.0.0) @@ -65,7 +66,8 @@ GEM rake (13.0.6) regexp_parser (2.8.1) rexml (3.2.6) - rubocop (1.55.1) + rubocop (1.56.0) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -99,7 +101,7 @@ DEPENDENCIES rack-cors (~> 2.0) rack-test (~> 2.1) rake (~> 13.0) - rubocop (~> 1.55) + rubocop (~> 1.56) BUNDLED WITH 2.4.1