Skip to content

Commit

Permalink
Use gemified version of activerecord-jdbcpostgresql-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 11, 2019
1 parent b27c41c commit ff0ffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails-5-1.gemfile
Expand Up @@ -3,6 +3,6 @@ source "https://rubygems.org"
gem "rails", "~> 5.1.0"
gem "activemodel-serializers-xml"
gem 'pg', '~> 0.21.0', platforms: :ruby
gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", platforms: :jruby
gem "activerecord-jdbcpostgresql-adapter", '~> 51.0', platforms: :jruby

gemspec :path => "../"

0 comments on commit ff0ffc0

Please sign in to comment.