Skip to content

Commit

Permalink
JRuby Play.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Pendragon committed Jan 18, 2018
1 parent ccff847 commit 934bbc2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion valkyrie.gemspec
Expand Up @@ -31,7 +31,12 @@ Gem::Specification.new do |spec|
spec.add_dependency 'reform-rails'
# pg 1.0 is not compatable with Rails 5 yet.
# https://stackoverflow.com/a/48201362
spec.add_dependency 'pg', '< 1.0'
if RUBY_PLATFORM =~ /java/
spec.platform = 'java'
spec.add_dependency 'activerecord-jdbcpostgresql-adapter'
else
spec.add_dependency 'pg', '< 1.0'
end
spec.add_dependency 'json-ld'
spec.add_dependency 'json'
spec.add_dependency 'active-triples'
Expand Down

0 comments on commit 934bbc2

Please sign in to comment.