Commit 658c19e7 by Ngô Trung Hưng

add gem

parent a1426ce4
...@@ -60,6 +60,7 @@ end ...@@ -60,6 +60,7 @@ end
group :production do group :production do
gem 'pg','1.2.3' gem 'pg','1.2.3'
gem 'rails_12factor'
end end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
...@@ -133,6 +133,11 @@ GEM ...@@ -133,6 +133,11 @@ GEM
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.2.4.3) railties (5.2.4.3)
actionpack (= 5.2.4.3) actionpack (= 5.2.4.3)
activesupport (= 5.2.4.3) activesupport (= 5.2.4.3)
...@@ -213,6 +218,7 @@ DEPENDENCIES ...@@ -213,6 +218,7 @@ DEPENDENCIES
pry pry
puma (~> 3.11) puma (~> 3.11)
rails (~> 5.2.4, >= 5.2.4.3) rails (~> 5.2.4, >= 5.2.4.3)
rails_12factor
sass-rails (~> 5.0) sass-rails (~> 5.0)
selenium-webdriver selenium-webdriver
spring spring
......
...@@ -50,6 +50,7 @@ test: ...@@ -50,6 +50,7 @@ test:
# #
production: production:
<<: *default <<: *default
adapter: postgresql
database: hungnt_venjob_production database: hungnt_venjob_production
username: hungnt_venjob username: hungnt_venjob
password: <%= ENV['HUNGNT_VENJOB_DATABASE_PASSWORD'] %> password: <%= ENV['HUNGNT_VENJOB_DATABASE_PASSWORD'] %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment