diff --git a/Gemfile b/Gemfile index 0fb5cdd..4eb83f3 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.0' +gem 'rubocop-rspec', '~> 3.1' gem 'simplecov', '~> 0.22.0' gem 'webmock', '~> 3.1' diff --git a/Gemfile.lock b/Gemfile.lock index c2d6122..d864557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.5) + rubocop-rspec (3.1.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.0) + rubocop-rspec (~> 3.1) simplecov (~> 0.22.0) webmock (~> 3.1)