Skip to content

Commit

Permalink
Merge pull request #112 from internetee/upgrade-pg-gem-to-1-0
Browse files Browse the repository at this point in the history
Upgrade pg gem
  • Loading branch information
vohmar authored Jul 4, 2018
2 parents 61a0919 + 1c23282 commit f4ac23b
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'figaro', '~> 1.1.0'
gem 'jbuilder'
gem 'pg', '~> 0.19.0'
gem 'pg', '~> 1.0.0'
gem 'rails', '~> 5.0.0'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'sass-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
nokogiri (1.8.3)
mini_portile2 (~> 2.3.0)
open4 (1.3.4)
pg (0.19.0)
pg (1.0.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -183,7 +183,7 @@ DEPENDENCIES
figaro (~> 1.1.0)
jbuilder
mina (~> 0.3.8)
pg (~> 0.19.0)
pg (~> 1.0.0)
pry
puma
rails (~> 5.0.0)
Expand Down

0 comments on commit f4ac23b

Please sign in to comment.