Bump pg dependency

This commit is contained in:
David Rodríguez 2019-08-18 20:56:58 +02:00
parent 9538bd4c30
commit 20d53be338
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ rails = ENV['RAILS'] || '6-0-stable'
gem 'faker', '~> 0.9.5'
gem 'sqlite3', ::Gem::Version.new(rails.gsub(/^v/, '')) >= ::Gem::Version.new('6-0-stable') ? '~> 1.4.1' : '~> 1.3.3'
gem 'pg', '~> 0.21'
gem 'pg', '~> 1.0'
gem 'pry', '0.10'
gem 'byebug'