diff --git a/dependencies/Gemfile b/dependencies/Gemfile index ebd246c1..534ec633 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.22.2" gem "rubocop-performance", "~>1.15.0" gem "rubocop-rails", "~> 2.16" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.13.2" +gem "rubocop-rspec", "~> 2.16.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 991e6a93..cb18b588 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -10,14 +10,14 @@ GEM concurrent-ruby (1.1.10) i18n (1.12.0) concurrent-ruby (~> 1.0) - json (2.6.2) + json (2.6.3) minitest (5.16.3) parallel (1.22.1) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) rack (3.0.0) rainbow (3.1.1) - regexp_parser (2.6.0) + regexp_parser (2.6.1) rexml (3.2.5) rubocop (1.36.0) json (~> 2.3) @@ -29,7 +29,7 @@ GEM rubocop-ast (>= 1.20.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) rubocop-github (0.18.0) rubocop (>= 1.0.0) @@ -46,7 +46,7 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.13.2) + rubocop-rspec (2.16.0) rubocop (~> 1.33) ruby-progressbar (1.11.0) tzinfo (2.0.5) @@ -63,7 +63,7 @@ DEPENDENCIES rubocop-performance (~> 1.15.0) rubocop-rails (~> 2.16) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.13.2) + rubocop-rspec (~> 2.16.0) BUNDLED WITH 2.3.5