Skip to content

Commit

Permalink
heroku pg
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvi16 committed Sep 14, 2017
1 parent 7227504 commit a7d99ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ gem 'redcarpet'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
group :development do
gem 'sqlite3'
end
group :production do
gem 'pg'
end
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ GEM
nio4r (2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
pg (0.21.0)
public_suffix (3.0.0)
puma (3.10.0)
rack (2.0.3)
Expand Down Expand Up @@ -197,6 +198,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.7)
rails (~> 5.1.3)
rails-bootstrap-markdown
Expand Down

0 comments on commit a7d99ed

Please sign in to comment.