diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 121fdcf1..cf426cc2 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.29.0" +gem "rubocop", "~> 1.29.1" gem "rubocop-github", "~> 0.17.0" gem "rubocop-performance", "~>1.13.3" gem "rubocop-rails", "~> 2.14" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 1e6cc493..c99ac64d 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -18,7 +18,7 @@ GEM rainbow (3.1.1) regexp_parser (2.4.0) rexml (3.2.5) - rubocop (1.29.0) + rubocop (1.29.1) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -51,7 +51,7 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.29.0) + rubocop (~> 1.29.1) rubocop-github (~> 0.17.0) rubocop-performance (~> 1.13.3) rubocop-rails (~> 2.14)