boston-library / bpldc_authority_api

API for returning authority data and controlled values for BPLDC descriptive metadata
1 stars 0 forks source link

update Geomash dependency in Gemfile #36

Closed ebenenglish closed 2 years ago

ebenenglish commented 2 years ago

This is currently:

gem 'geomash', github: 'samvera-labs/geomash', branch: 'specs-working'

The specs-working branch has been merged into main in the upstream project.

But, in the absence of a new release, we should pin the version to a specific git commit.

Use this instead:

gem 'geomash', github: 'samvera-labs/geomash', ref: 'e86f2f0'