The 1.0 release of pg is out and breaking for us. We can keep using 0.21 through the 1.0.0 release of this project.
Some other dependencies were looser than is ideal for a runtime dependency. We tighten those up and run a bundle update to get the application on the latest allowable versions of all dependencies.
Coverage decreased (-0.09%) to 98.068% when pulling c0adbcf411bac56af27326f2833a18e33f4c5995 on update-dependencies into ab46254a70fa868525b39fffa18430a68df29e39 on master.
The 1.0 release of
pg
is out and breaking for us. We can keep using0.21
through the1.0.0
release of this project.Some other dependencies were looser than is ideal for a runtime dependency. We tighten those up and run a
bundle update
to get the application on the latest allowable versions of all dependencies.Closes #255