activerecord-cockroachdb-adapter icon indicating copy to clipboard operation
activerecord-cockroachdb-adapter copied to clipboard

gemspec: Remove pg pinning

Open tonobo opened this issue 6 years ago • 1 comments
trafficstars

It isn't necessary to pin this gem anymore. The related commit 29175527605d58fd7f84b6cc2beb5096be0256ba from before already switches to the new constant layout.

tonobo avatar Mar 14 '19 08:03 tonobo

@tonobo Seems to be solved already, maybe this can be closed?

https://github.com/cockroachdb/activerecord-cockroachdb-adapter/blob/master/activerecord-cockroachdb-adapter.gemspec#L21

sandstrom avatar Jan 30 '22 14:01 sandstrom

@rafiss it is indeed already taken care of. Could you close this PR?

We are still pinning PG but to a more flexible version, and we need to keep this as we rely on its 1.x api.

BuonOmo avatar Jul 03 '23 16:07 BuonOmo