diff --git a/Gemfile b/Gemfile index 987a2f2..9b9a068 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rake', '~> 13.1' gem 'redcarpet', '~> 3.6' gem 'reline', '~> 0.6.0' gem 'rexml', '~> 3.4' -gem 'roda', '~> 3.88' +gem 'roda', '~> 3.89' gem 'tantiny', '0.3.3' gem 'thermite', '~> 0.13.0' gem 'tilt', '~> 2.6' @@ -21,7 +21,7 @@ gem 'tilt', '~> 2.6' group :development do gem 'htmlbeautifier', require: false gem 'pry' - gem 'rubocop', '~> 1.71', require: false + gem 'rubocop', '~> 1.72', require: false gem 'rubocop-minitest', '~> 0.36.0', require: false gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rake', '~> 0.6.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b22aee3..b17cf55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,9 +9,10 @@ GEM hashie (5.0.0) htmlbeautifier (1.4.3) io-console (0.8.0) - json (2.9.1) + json (2.10.1) language_server-protocol (3.17.0.4) - logger (1.6.5) + lint_roller (1.1.0) + logger (1.6.6) method_source (1.1.0) minitar (0.12.1) minitar-cli (0.12) @@ -45,11 +46,12 @@ GEM reline (0.6.0) io-console (~> 0.5) rexml (3.4.0) - roda (3.88.0) + roda (3.89.0) rack - rubocop (1.71.2) + rubocop (1.72.0) 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) @@ -117,8 +119,8 @@ DEPENDENCIES redcarpet (~> 3.6) reline (~> 0.6.0) rexml (~> 3.4) - roda (~> 3.88) - rubocop (~> 1.71) + roda (~> 3.89) + rubocop (~> 1.72) rubocop-minitest (~> 0.36.0) rubocop-performance (~> 1.23) rubocop-rake (~> 0.6.0)