Skip to content

Commit

Permalink
fix: update sqlite gem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Jul 12, 2024
1 parent 0b56d68 commit 44a4552
Show file tree
Hide file tree
Showing 14 changed files with 197 additions and 159 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/spec/reports/
/spec/internal/log
/spec/internal/public
/spec/internal/db/combustion_test.sqlite
/spec/internal/db/*.sqlite
/spec/internal/db/*.sqlite-*
/tmp/

# appraisal
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ gem "rubocop", require: false
gem "rubocop-performance", require: false
gem "rubocop-rspec", require: false
gem "simplecov", require: false, group: :test
gem "sqlite3", require: false, group: :test
gem "sqlite3", "~> 1.4", group: :test
Loading

0 comments on commit 44a4552

Please sign in to comment.