Commit 2dcf7474 by tady

postrgres追加

parent 27d16372
...@@ -57,3 +57,8 @@ group :development do ...@@ -57,3 +57,8 @@ group :development do
gem 'thin' gem 'thin'
end end
group :production do
gem 'rails_12factor'
gem 'pg'
end
...@@ -88,6 +88,7 @@ GEM ...@@ -88,6 +88,7 @@ GEM
oauth2 (~> 0.8.0) oauth2 (~> 0.8.0)
omniauth (~> 1.0) omniauth (~> 1.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
pg (0.17.0)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.5.2) rack (1.5.2)
rack-test (0.6.2) rack-test (0.6.2)
...@@ -100,6 +101,11 @@ GEM ...@@ -100,6 +101,11 @@ GEM
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.1) railties (= 4.0.1)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.3)
railties (4.0.1) railties (4.0.1)
actionpack (= 4.0.1) actionpack (= 4.0.1)
activesupport (= 4.0.1) activesupport (= 4.0.1)
...@@ -155,7 +161,9 @@ DEPENDENCIES ...@@ -155,7 +161,9 @@ DEPENDENCIES
devise devise
jbuilder (~> 1.2) jbuilder (~> 1.2)
omniauth-google-oauth2 omniauth-google-oauth2
pg
rails (= 4.0.1) rails (= 4.0.1)
rails_12factor
redcarpet redcarpet
sass-rails (~> 4.0.0) sass-rails (~> 4.0.0)
sdoc sdoc
......
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