We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea0fb2 commit d87358cCopy full SHA for d87358c
2 files changed
.rubocop.yml
@@ -1,5 +1,6 @@
1
-require:
+plugins:
2
- rubocop-rspec
3
+ - rubocop-sequel
4
5
AllCops:
6
TargetRubyVersion: 2.7
Gemfile
@@ -6,7 +6,8 @@ gemspec
7
gem 'rake', '~> 13.2.1'
8
gem 'rspec', '~> 3.7'
9
-gem 'rubocop-rspec', '~> 3.5'
+gem 'rubocop', '~> 1.76.0'
10
+gem 'rubocop-rspec', '~> 3.5.0'
11
gem 'sequel', '~> 5.47'
12
gem 'simplecov', '~> 0.16'
13
gem 'sqlite3', '~> 1.3', '>= 1.3.12'
0 commit comments