Add Makara dependency to support read-replicas (#8216)
Not active by default unless config/database.yml is edited
This commit is contained in:
parent
abc5548cca
commit
c6eab9e0aa
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -10,6 +10,7 @@ gem 'rails', '~> 5.2.1'
|
|||
|
||||
gem 'hamlit-rails', '~> 0.2'
|
||||
gem 'pg', '~> 1.0'
|
||||
gem 'makara', '~> 0.4'
|
||||
gem 'pghero', '~> 2.1'
|
||||
gem 'dotenv-rails', '~> 2.2', '< 2.3'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue