diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 73382856..2652337a 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.32.0" gem "rubocop-github", "~> 0.18.0" -gem "rubocop-performance", "~>1.14.2" +gem "rubocop-performance", "~>1.14.3" gem "rubocop-rails", "~> 2.15" gem "rubocop-rspec", "~> 2.11.1" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 0f7980ef..c2b0dd4d 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -35,7 +35,7 @@ GEM rubocop (>= 1.0.0) rubocop-performance rubocop-rails - rubocop-performance (1.14.2) + rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.15.2) @@ -55,7 +55,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.32.0) rubocop-github (~> 0.18.0) - rubocop-performance (~> 1.14.2) + rubocop-performance (~> 1.14.3) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.11.1)