diff --git a/Gemfile b/Gemfile index 6c042d1..c473eb6 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ group :test do gem 'pry' gem 'rb-readline' gem 'rspec', '~> 3.12.0' - gem 'rubocop', '~> 1.49' + gem 'rubocop', '~> 1.50' gem 'webmock', '~> 3.13' end diff --git a/Gemfile.lock b/Gemfile.lock index 71f8f50..f5c23ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.49.0) + rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) @@ -107,7 +107,7 @@ DEPENDENCIES rake rb-readline rspec (~> 3.12.0) - rubocop (~> 1.49) + rubocop (~> 1.50) simplecov (~> 0.22.0) simplecov-html (~> 0.12.3) simplecov-lcov (~> 0.8.0)