diff --git a/Gemfile b/Gemfile index de17cff..c8c885c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.44.0', require: false +gem 'rubocop', '1.44.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b564ec1..f15850a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM rainbow (3.1.1) regexp_parser (2.6.2) rexml (3.2.5) - rubocop (1.44.0) + rubocop (1.44.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) @@ -29,7 +29,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.44.0) + rubocop (= 1.44.1) BUNDLED WITH 2.2.22