Skip to content

Commit 2a8209e

Browse files
build(deps-dev): bump rubocop-sequel from 0.3.4 to 0.3.6 (#4048)
* build(deps-dev): bump rubocop-sequel from 0.3.4 to 0.3.6 Bumps [rubocop-sequel](https://github.com/rubocop/rubocop-sequel) from 0.3.4 to 0.3.6. - [Release notes](https://github.com/rubocop/rubocop-sequel/releases) - [Commits](rubocop/rubocop-sequel@0.3.4...0.3.6) --- updated-dependencies: - dependency-name: rubocop-sequel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Replace ColumnDefault with IrreversibleMigration - There's like 800+ of this, so excluding for now --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. Oleske <[email protected]>
1 parent 3912884 commit 2a8209e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.rubocop_cc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Sequel/ConcurrentIndex: # Exclude for old Migrations
7777
- !ruby/regexp /db/migrations/202([0-2]|30[0-7]).+\.rb$/
7878
- spec/**/*
7979

80-
Sequel/ColumnDefault: # Exclude for old Migrations
80+
Sequel/IrreversibleMigration: # Exclude for old Migrations
8181
Exclude:
8282
- !ruby/regexp /db/migrations/201([0-9]).+\.rb$/
83-
- !ruby/regexp /db/migrations/202([0-2]).+\.rb$/
83+
- !ruby/regexp /db/migrations/202([0-3]).+\.rb$/
8484
- spec/**/*
8585

8686
Rails/HttpPositionalArguments: # Breaks Code for specs as it`s not rails used there it`s a test framework(racktest)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ group :test do
8888
gem 'rubocop-rails', '~> 2.27'
8989
gem 'rubocop-rspec', '~> 3.2'
9090
gem 'rubocop-rspec_rails'
91-
gem 'rubocop-sequel', '~> 0.3.4'
91+
gem 'rubocop-sequel', '~> 0.3.6'
9292
gem 'timecop'
9393
gem 'webmock', '> 2.3.1'
9494
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ GEM
480480
rubocop-rspec_rails (2.30.0)
481481
rubocop (~> 1.61)
482482
rubocop-rspec (~> 3, >= 3.0.1)
483-
rubocop-sequel (0.3.4)
483+
rubocop-sequel (0.3.6)
484484
rubocop (~> 1.0)
485485
ruby-progressbar (1.13.0)
486486
ruby2_keywords (0.0.5)
@@ -646,7 +646,7 @@ DEPENDENCIES
646646
rubocop-rails (~> 2.27)
647647
rubocop-rspec (~> 3.2)
648648
rubocop-rspec_rails
649-
rubocop-sequel (~> 0.3.4)
649+
rubocop-sequel (~> 0.3.6)
650650
rubyzip (>= 1.3.0)
651651
sequel (~> 5.86)
652652
sequel_pg

0 commit comments

Comments
 (0)