File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ group :test do
7676 gem "selenium-webdriver"
7777end
7878
79- # Enable IAM RDS
80- gem "pg-aws_rds_iam"
81-
8279gem "dartsass-rails" , "~> 0.5.1"
8380gem "http_accept_language"
8481gem "twilio-ruby"
Original file line number Diff line number Diff line change 9696 execjs (~> 2 )
9797 aws-eventstream (1.4.0 )
9898 aws-partitions (1.1178.0 )
99- aws-sdk-core (3.239.2 )
99+ aws-sdk-core (3.235.0 )
100100 aws-eventstream (~> 1 , >= 1.3.0 )
101101 aws-partitions (~> 1 , >= 1.992.0 )
102102 aws-sigv4 (~> 1.9 )
107107 aws-sdk-kms (1.115.0 )
108108 aws-sdk-core (~> 3 , >= 3.234.0 )
109109 aws-sigv4 (~> 1.5 )
110- aws-sdk-rds (1.302.0 )
111- aws-sdk-core (~> 3 , >= 3.239.1 )
112- aws-sigv4 (~> 1.5 )
113110 aws-sdk-s3 (1.202.0 )
114111 aws-sdk-core (~> 3 , >= 3.234.0 )
115112 aws-sdk-kms (~> 1 )
320317 pg (1.6.2-x86_64-darwin )
321318 pg (1.6.2-x86_64-linux )
322319 pg (1.6.2-x86_64-linux-musl )
323- pg-aws_rds_iam (0.7.0 )
324- aws-sdk-rds (~> 1.0 )
325- pg (~> 1.1 )
326320 phony (2.22.5 )
327321 pp (0.6.3 )
328322 prettyprint
@@ -605,7 +599,6 @@ DEPENDENCIES
605599 mailgun-ruby
606600 openssl (>= 3.3.1 )
607601 pg
608- pg-aws_rds_iam
609602 phony
610603 propshaft
611604 pry-byebug
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ deploy_default: &deploy_default
2424 database : prior_year_access
2525 host : <%= ENV["DATABASE_HOST"] if ENV["DATABASE_USER"] %>
2626 username : <%= ENV["DATABASE_USER"] if ENV["DATABASE_USER"] %>
27- aws_rds_iam_auth_token_generator : ' default'
27+ password : <%= ENV["DATABASE_PASSWORD"] if ENV["DATABASE_PASSWORD"] %>
28+ url : <%= ENV["DATABASE_URL"] %>
2829
2930# Store production database in the storage/ directory, which by default
3031# is mounted as a persistent Docker volume in config/deploy.yml.
@@ -42,4 +43,4 @@ production:
4243 migrations_paths : db/cable_migrate
4344
4445staging :
45- << : *deploy_default
46+ << : *deploy_default
You can’t perform that action at this time.
0 commit comments