lunatic-cat / pg_exec_array_params

💎 PG::Connection#exec_params with arrays
MIT License
0 stars 0 forks source link

Upgrade pg_query dependency to 1.3.0 #8

Closed paulgaumer closed 3 years ago

paulgaumer commented 3 years ago

Hi @razum2um,

arm64-based machines cannot install the gem due to the dependency pg_query 1.2.0 not supporting arm. The version 1.3.0 adds support to ARM and should solve the issue (see Changelog).

I am facing the issue on a M1 macbook and it might happen more and more as the new mac hardware transitions to ARM.

Would it be possible to upgrade the dependency to 1.3.0?

(See this issue for reference)

razum2um commented 3 years ago

Closed with https://github.com/lunatic-cat/pg_exec_array_params/pull/9