Skip to content

Commit

Permalink
revert PG to avoid error message
Browse files Browse the repository at this point in the history
  • Loading branch information
slead committed Oct 9, 2018
1 parent df0d074 commit 93c5f31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'jquery-datatables-rails', '~> 3.4'
gem 'leaflet-rails', '~> 0.7.4'
gem 'mail_form'
gem "omniauth-google-oauth2"
gem 'pg'
gem 'pg', '0.20'
gem 'pry'
gem 'rack'
gem 'rake', '~> 11.3'
Expand Down
10 changes: 2 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,11 @@ GEM
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
pg (0.21.0)
posix-spawn (0.3.13)
pg (0.20.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.1)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rack (2.0.3)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -348,7 +344,6 @@ GEM
will_paginate (>= 3.0.3)
xpath (2.1.0)
nokogiri (~> 1.3)
yajl-ruby (1.2.3)
yt (0.24.10)
activesupport

Expand Down Expand Up @@ -382,9 +377,8 @@ DEPENDENCIES
leaflet-rails (~> 0.7.4)
mail_form
omniauth-google-oauth2
pg
pg (= 0.20)
pry
pygments.rb (~> 0.6.3)
rack
rails (= 5.0.2)
rails_12factor
Expand Down

0 comments on commit 93c5f31

Please sign in to comment.