diff --git a/Gemfile b/Gemfile index e116ef3..df975d2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.50.0', require: false +gem 'rubocop', '1.50.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 38264ce..f9fd801 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM rainbow (3.1.1) regexp_parser (2.7.0) rexml (3.2.5) - rubocop (1.50.0) + rubocop (1.50.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) @@ -29,7 +29,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.50.0) + rubocop (= 1.50.1) BUNDLED WITH 2.2.22