Drop sqlite3

We should spec on the database we use...
This commit is contained in:
Henne Vogelsang 2024-06-06 17:13:13 +02:00
parent f9028583d3
commit f51db484ab
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
4 changed files with 0 additions and 7 deletions

View file

@ -248,8 +248,6 @@ end
group :development, :test do
# as debugger
gem 'byebug'
# as development/test database
gem 'sqlite3'
# to test new rails version
gem 'next_rails'
end