Skip to content

Commit

Permalink
sqlite3 only for test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 26, 2024
1 parent 98bda86 commit cfa389a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ gemspec
group :development, :test do
gem 'bundler', require: false
gem 'rake', require: false
end

group :test do
gem 'sqlite3', require: false
end

0 comments on commit cfa389a

Please sign in to comment.