diff --git a/Gemfile b/Gemfile index 794737b..edde611 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'rake', '13.2.1', require: false gem 'rspec-rails', '7.0.1', require: false gem 'rubocop', '1.67.0', require: false gem 'rubocop-performance', '1.22.1', require: false -gem 'rubocop-rspec', '3.1.0', require: false +gem 'rubocop-rspec', '3.2.0', require: false gem 'simplecov', '0.22.0', require: false gem 'simplecov-cobertura', '2.1.0', require: false gem 'webmock', '3.24.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 95b0ee2..a48b30b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) iri (0.8.0) - json (2.7.2) + json (2.7.4) judges (0.27.0) backtrace (~> 0) baza.rb (~> 0) @@ -245,7 +245,7 @@ GEM rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) sawyer (0.9.2) @@ -299,7 +299,7 @@ DEPENDENCIES rspec-rails (= 7.0.1) rubocop (= 1.67.0) rubocop-performance (= 1.22.1) - rubocop-rspec (= 3.1.0) + rubocop-rspec (= 3.2.0) simplecov (= 0.22.0) simplecov-cobertura (= 2.1.0) webmock (= 3.24.0)