diff --git a/Gemfile b/Gemfile index f801bbdd..d9a1c6a6 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false gem "rubocop-rails", "~> 2.22", require: false gem "rubocop-rspec", "~> 2.25", require: false - gem "standard", "~> 1.31", require: false + gem "standard", "~> 1.32", require: false gem "web-console", "~> 4.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 80b6094a..a86fcee7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM assert_json (1.0.0) activesupport ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) better_html (2.0.2) actionview (>= 6.0) activesupport (>= 6.0) @@ -251,7 +251,7 @@ GEM public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rack-canonical-host (1.2.0) addressable (> 0, < 3) @@ -330,12 +330,11 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -365,10 +364,10 @@ GEM ruby2_keywords (0.0.5) shellany (0.0.1) smart_properties (1.17.0) - standard (1.31.2) + standard (1.32.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -445,7 +444,7 @@ DEPENDENCIES rubocop-gemfile (~> 0.1.0.beta3) rubocop-rails (~> 2.22) rubocop-rspec (~> 2.25) - standard (~> 1.31) + standard (~> 1.32) tailwindcss-rails (~> 2.0) turbo-rails (~> 1.5) web-console (~> 4.2)