mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Move sqlite back into development
Heroku does not allow sqlite and will just fail building it. And it's anyway in no way an option for production.
This commit is contained in:
parent
042d49619c
commit
1aa1ccbf06
1 changed files with 2 additions and 3 deletions
5
Gemfile
5
Gemfile
|
|
@ -25,11 +25,8 @@ gem 'rails_12factor', group: :production
|
|||
gem 'responders', '~> 2.0'
|
||||
|
||||
# as supported databases
|
||||
# WARNING: please refrain from using sqlite for anything serious as it is not
|
||||
# performant enough
|
||||
gem 'mysql2'
|
||||
gem 'pg'
|
||||
gem 'sqlite3'
|
||||
|
||||
# for tracking data changes
|
||||
gem 'paper_trail'
|
||||
|
|
@ -249,6 +246,8 @@ group :development do
|
|||
gem 'mina'
|
||||
# as debugger on error pages
|
||||
gem 'web-console', '~> 2.0'
|
||||
# as development database
|
||||
gem 'sqlite3'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue