move to pg
This commit is contained in:
3
Gemfile
3
Gemfile
@ -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 ]
|
||||
|
Reference in New Issue
Block a user