Skip to content

Commit

Permalink
Test with pg gem version 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Nov 8, 2018
1 parent 3e91bd0 commit 85d2839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in activerecord-postgis-adapter.gemspec
gemspec

gem "pg", "~> 0.17", platform: :ruby
gem "pg", "~> 1.0", platform: :ruby
gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.9", platform: :jruby
gem "ffi-geos", platform: :jruby
gem "byebug", platform: :mri_24
4 changes: 2 additions & 2 deletions gemfiles/ar51.gemfile
Expand Up @@ -2,10 +2,10 @@

source "https://rubygems.org"

gem "pg", "~> 0.17", platform: :ruby
gem "pg", "~> 1.0", platform: :ruby
gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.9", platform: :jruby
gem "ffi-geos", platform: :jruby
gem "byebug", platform: :mri_23
gem "byebug", platform: :mri_24
gem "activerecord", "~> 5.1.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/ar52.gemfile
Expand Up @@ -6,6 +6,6 @@ gem "pg", "~> 1.0", platform: :ruby
gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.9", platform: :jruby
gem "ffi-geos", platform: :jruby
gem "byebug", platform: :mri_24
gem "activerecord", "~> 5.2.0.beta2"
gem "activerecord", "~> 5.2.0"

gemspec path: "../"

0 comments on commit 85d2839

Please sign in to comment.