diff --git a/Gemfile b/Gemfile index c844704..2c269f5 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.2.2' gem 'rspec-rails', '~> 6.0' - gem 'rubocop', '~> 1.54' + gem 'rubocop', '~> 1.56' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index ad97632..49d3b89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,6 +72,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) + base64 (0.1.1) bcrypt (3.1.18) blockenspiel (0.5.0) bootsnap (1.16.0) @@ -229,7 +230,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) @@ -247,7 +248,8 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.54.2) + rubocop (1.56.0) + base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -255,7 +257,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -349,7 +351,7 @@ DEPENDENCIES rails_12factor ranked-model rspec-rails (~> 6.0) - rubocop (~> 1.54) + rubocop (~> 1.56) rubocop-rails sass-rails (~> 5.1) sentry-rails