Skip to content

Commit

Permalink
postgres as sever
Browse files Browse the repository at this point in the history
  • Loading branch information
enterteg committed Mar 26, 2016
1 parent 2ae9673 commit fa786f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'bcrypt', '~> 3.1.7'
# -------------- my gems
gem 'haml', '~> 4.0', '>= 4.0.7'
gem 'paperclip', '~> 4.3', '>= 4.3.6'
gem 'puma'
gem 'pg'
gem 'tinymce-rails'
gem 'dropzonejs-rails'
gem 'truncate_html', '~> 0.9.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
puma (3.2.0)
pg (0.18.4)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
paperclip (~> 4.3, >= 4.3.6)
puma
pg
rails (= 4.2.6)
rails_12factor
sass-rails (~> 5.0)
Expand Down

0 comments on commit fa786f8

Please sign in to comment.