From b1424388845ef4b5fee9691c9f18d6eda4868c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 03:01:02 +0000 Subject: [PATCH 1/3] Bump rubocop-rspec from 2.3.0 to 2.4.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e85a4fc..1a30a47e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -418,7 +418,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.3.0) + rubocop-rspec (2.4.0) rubocop (~> 1.0) rubocop-ast (>= 1.1.0) ruby-progressbar (1.11.0) From 6cf8f44ac25265a5119d7e5e6970dc62dff7cce3 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 10 Jun 2021 14:16:57 +0200 Subject: [PATCH 2/3] Exclude db seed scripts from rubocop-rspec --- .rubocop/rspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop/rspec.yml b/.rubocop/rspec.yml index 8ace4bdf..04226fd4 100644 --- a/.rubocop/rspec.yml +++ b/.rubocop/rspec.yml @@ -5,6 +5,8 @@ RSpec: - "spec/**/*_spec.rb" - "spec/spec_helper.rb" - "spec/rails_helper.rb" + Exclude: + - 'db/seeds/**/*' # # Too stupid. There are also views, templates, request specs etc. From 2490f65e94abf2195ca72beba5c8022360574377 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 10 Jun 2021 14:29:43 +0200 Subject: [PATCH 3/3] Update bundle --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1a30a47e..d3dc522d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM headless (2.3.1) highline (2.0.3) http-accept (1.7.0) - http-cookie (1.0.3) + http-cookie (1.0.4) domain_name (~> 0.5) i18n (1.8.10) concurrent-ruby (~> 1.0) @@ -400,7 +400,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (1.16.0) + rubocop (1.16.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0)