diff --git a/Gemfile b/Gemfile index 0df099c..5d860fc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development do gem 'rubocop', '~> 1.60' - gem 'rubocop-rspec', '~> 2.26' + gem 'rubocop-rspec', '~> 2.27' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index ccff85c..13bde86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM json (2.7.1) language_server-protocol (3.17.0.3) parallel (1.24.0) - parser (3.3.0.3) + parser (3.3.0.5) ast (~> 2.4.1) racc racc (1.7.3) @@ -54,13 +54,13 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.1) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-rspec (2.26.1) + rubocop-rspec (2.27.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -87,7 +87,7 @@ DEPENDENCIES chromable! rspec (~> 3.12) rubocop (~> 1.60) - rubocop-rspec (~> 2.26) + rubocop-rspec (~> 2.27) BUNDLED WITH 2.4.14