diff --git a/Gemfile.lock b/Gemfile.lock index df66b79..b0eb431 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,8 @@ PATH specs: Dutchie-Style (2.0.7) rubocop (~> 1.56) - rubocop-rails - rubocop-rspec + rubocop-rails (~> 2.21) + rubocop-rspec (~> 2.24) GEM remote: https://rubygems.org/ @@ -32,7 +32,8 @@ GEM rainbow (3.1.1) rake (12.3.3) regexp_parser (2.8.1) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -64,15 +65,19 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rails (2.14.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) + rubocop (>= 1.33.0, < 2.0) + rubocop-rspec (2.29.2) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) + strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2)