diff --git a/api/Gemfile b/api/Gemfile index c7d01bc9..3d1cd6b6 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem 'reek' gem 'rspec-collection_matchers' gem 'rspec-rails', '~> 5.1.2' - gem 'rubocop', '~> 1.35', require: false + gem 'rubocop', '~> 1.42', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', '~> 2.15', require: false gem 'rubocop-rspec', '~> 2.12', require: false diff --git a/api/Gemfile.lock b/api/Gemfile.lock index a35c48c7..22c44d53 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -166,7 +166,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.6.2) + json (2.6.3) jwt (2.4.1) kwalify (0.7.2) launchy (2.5.0) @@ -201,7 +201,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) parallel (1.22.1) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) pdf-core (0.9.0) pdf-forms (1.4.0) @@ -276,7 +276,7 @@ GEM kwalify (~> 0.7.0) parser (~> 3.1.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.5.0) + regexp_parser (2.6.2) request_store (1.5.1) rack (>= 1.4) responders (3.0.1) @@ -302,17 +302,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.35.1) + rubocop (1.42.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) + rubocop-ast (1.24.1) parser (>= 3.1.1.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) @@ -370,7 +370,7 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2022.3) tzinfo (>= 1.0.0) - unicode-display_width (2.2.0) + unicode-display_width (2.4.2) uniform_notifier (1.16.0) validates_timeliness (5.0.0) timeliness (>= 0.3.10, < 1) @@ -427,7 +427,7 @@ DEPENDENCIES reek rspec-collection_matchers rspec-rails (~> 5.1.2) - rubocop (~> 1.35) + rubocop (~> 1.42) rubocop-performance rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12)