move to pg
This commit is contained in:
parent
21bbc6dcd7
commit
04ec074bed
3
Gemfile
3
Gemfile
@ -5,7 +5,6 @@ ruby "3.0.3"
|
|||||||
|
|
||||||
gem "rails", "~> 7.0"
|
gem "rails", "~> 7.0"
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
gem "sqlite3", "~> 1.4"
|
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
gem "stimulus-rails"
|
gem "stimulus-rails"
|
||||||
gem "bootsnap", require: false
|
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]
|
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||||
# gem "image_processing", "~> 1.2"
|
# gem "image_processing", "~> 1.2"
|
||||||
|
|
||||||
|
gem "pg"
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
||||||
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
gem "debug", platforms: %i[ mri mingw x64_mingw ]
|
||||||
|
@ -194,6 +194,7 @@ GEM
|
|||||||
passenger (6.0.13)
|
passenger (6.0.13)
|
||||||
rack
|
rack
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
|
pg (1.3.5)
|
||||||
pry (0.14.1)
|
pry (0.14.1)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
@ -283,7 +284,6 @@ GEM
|
|||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.4.2)
|
|
||||||
stimulus-rails (1.0.4)
|
stimulus-rails (1.0.4)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
strscan (3.0.1)
|
strscan (3.0.1)
|
||||||
@ -329,13 +329,13 @@ DEPENDENCIES
|
|||||||
mina-whenever
|
mina-whenever
|
||||||
net-ssh
|
net-ssh
|
||||||
passenger (= 6.0.13)
|
passenger (= 6.0.13)
|
||||||
|
pg
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0)
|
rails (~> 7.0)
|
||||||
rspec-rails (~> 5.0.0)
|
rspec-rails (~> 5.0.0)
|
||||||
sassc-rails
|
sassc-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
sqlite3 (~> 1.4)
|
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
web-console
|
web-console
|
||||||
webdrivers
|
webdrivers
|
||||||
|
Loading…
Reference in New Issue
Block a user