Skip to content

Commit

Permalink
Merge pull request #346 from samvera-labs/pg
Browse files Browse the repository at this point in the history
Pin to a working version of pg
  • Loading branch information
jcoyne committed Jan 12, 2018
2 parents 8c197d8 + 86ec527 commit 1258d55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion valkyrie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activerecord'
spec.add_dependency 'reform'
spec.add_dependency 'reform-rails'
spec.add_dependency 'pg'
# pg 1.0 is not compatable with Rails 5 yet.
# https://stackoverflow.com/a/48201362
spec.add_dependency 'pg', '< 1.0'
spec.add_dependency 'json-ld'
spec.add_dependency 'json'
spec.add_dependency 'active-triples'
Expand Down

0 comments on commit 1258d55

Please sign in to comment.