Commit 68cc1e2e authored by James Sapara's avatar James Sapara

changed my mind about pg gem

parent 586d68f8
...@@ -20,6 +20,6 @@ end ...@@ -20,6 +20,6 @@ end
# bundle install --without test --without development # bundle install --without test --without development
group :production do group :production do
# uncomment to use postgres in production, or move outside a group if your app uses postgres for development and production # use postgres in production, or move outside a group if your app uses postgres for development and production
# gem 'pg' gem 'pg'
end end
...@@ -24,6 +24,7 @@ GEM ...@@ -24,6 +24,7 @@ GEM
method_source (0.8.2) method_source (0.8.2)
minitest (5.8.3) minitest (5.8.3)
multi_json (1.11.2) multi_json (1.11.2)
pg (0.18.4)
pry (0.10.3) pry (0.10.3)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
...@@ -76,6 +77,7 @@ PLATFORMS ...@@ -76,6 +77,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
activesupport activesupport
pg
pry pry
puma puma
rake rake
......
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