move to pg

This commit is contained in:
2022-04-09 14:04:12 +03:00
parent 21bbc6dcd7
commit 04ec074bed
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,6 @@ ruby "3.0.3"
gem "rails", "~> 7.0"
gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "importmap-rails"
gem "stimulus-rails"
gem "bootsnap", require: false
@ -24,6 +23,8 @@ gem 'whenever', require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
gem "pg"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]