Skip to content

Commit

Permalink
Merge pull request #201 from spark-solutions/fix-pg-dependency
Browse files Browse the repository at this point in the history
lock pg dependency on 0.18 version
  • Loading branch information
damianlegawiec authored Jan 15, 2018
2 parents f62b408 + e616b61 commit 3b95f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_paypal_express.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry'
s.add_development_dependency 'poltergeist'
s.add_development_dependency 'require_all'
s.add_development_dependency 'pg'
s.add_development_dependency 'pg', '~> 0.18'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'appraisal'
Expand Down

0 comments on commit 3b95f4c

Please sign in to comment.