diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 1f8cbf82..121fdcf1 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -8,4 +8,4 @@ gem "rubocop", "~> 1.29.0" gem "rubocop-github", "~> 0.17.0" gem "rubocop-performance", "~>1.13.3" gem "rubocop-rails", "~> 2.14" -gem "rubocop-rspec", "~> 2.10.0" +gem "rubocop-rspec", "~> 2.11.1" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index ff19549e..1e6cc493 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -16,7 +16,7 @@ GEM ast (~> 2.4.1) rack (2.2.3) rainbow (3.1.1) - regexp_parser (2.3.1) + regexp_parser (2.4.0) rexml (3.2.5) rubocop (1.29.0) parallel (~> 1.10) @@ -27,7 +27,7 @@ GEM rubocop-ast (>= 1.17.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.17.0) + rubocop-ast (1.18.0) parser (>= 3.1.1.0) rubocop-github (0.17.0) rubocop @@ -40,7 +40,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.10.0) + rubocop-rspec (2.11.1) rubocop (~> 1.19) ruby-progressbar (1.11.0) tzinfo (2.0.4) @@ -55,7 +55,7 @@ DEPENDENCIES rubocop-github (~> 0.17.0) rubocop-performance (~> 1.13.3) rubocop-rails (~> 2.14) - rubocop-rspec (~> 2.10.0) + rubocop-rspec (~> 2.11.1) BUNDLED WITH 2.3.7