diff --git a/Gemfile b/Gemfile index 99ee6a2..386a091 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.2' gem 'rubocop', '~> 1.66' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 3.1' +gem 'rubocop-rspec', '~> 3.3' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.24' diff --git a/Gemfile.lock b/Gemfile.lock index 7f606cc..00fd89b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM net-http gem-release (2.2.2) hashdiff (1.1.1) - json (2.7.2) + json (2.9.0) language_server-protocol (3.17.0.3) logger (1.6.0) method_source (1.1.0) @@ -36,7 +36,7 @@ GEM net-http (0.4.1) uri parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -49,7 +49,7 @@ GEM racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -74,11 +74,11 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -106,7 +106,7 @@ DEPENDENCIES rspec (~> 3.2) rubocop (~> 1.66) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.1) + rubocop-rspec (~> 3.3) simplecov (~> 0.22.0) webmock (~> 3.24)