Skip to content

Commit

Permalink
lock sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed May 2, 2024
1 parent 761bb86 commit b85c6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ ruby_version: 2.5
format: progress

ignore:
- '**/*':
- Standard/SemanticBlocks
- 'spec/**/*':
- "**/*":
- Style/RedundantParentheses
- "spec/**/*":
- Lint/ConstantDefinitionInBlock
- Lint/UselessAssignment

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

gem "rspec", "~> 3.0"
gem "rake"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "appraisal"
gem "standard", "~>1.0"
gem "pry-byebug"
Expand Down

0 comments on commit b85c6e7

Please sign in to comment.