Skip to content

Commit d87358c

Browse files
committed
Lock down rubocop development dependencies
Newer versions gives offenses, causing CI to fail. We'll address that in a later PR.
1 parent aea0fb2 commit d87358c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
require:
1+
plugins:
22
- rubocop-rspec
3+
- rubocop-sequel
34

45
AllCops:
56
TargetRubyVersion: 2.7

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ gemspec
66

77
gem 'rake', '~> 13.2.1'
88
gem 'rspec', '~> 3.7'
9-
gem 'rubocop-rspec', '~> 3.5'
9+
gem 'rubocop', '~> 1.76.0'
10+
gem 'rubocop-rspec', '~> 3.5.0'
1011
gem 'sequel', '~> 5.47'
1112
gem 'simplecov', '~> 0.16'
1213
gem 'sqlite3', '~> 1.3', '>= 1.3.12'

0 commit comments

Comments
 (0)