administrate-field-enum icon indicating copy to clipboard operation
administrate-field-enum copied to clipboard

Ruby Gems / Master are Out of Sync

Open egreer opened this issue 3 years ago • 0 comments

Currently the master branch in this repository references version 0.0.8 https://github.com/valiot/administrate-field-enum/blob/e77b4b632ece300666e8492f5707dd30d2c8b571/administrate-field-enum.gemspec#L5 instead of the deployed version 0.0.9 https://rubygems.org/gems/administrate-field-enum/versions/0.0.9

The latest version on ruby gems also doesn't appear to include this commit for allow_blank: https://github.com/valiot/administrate-field-enum/commit/e77b4b632ece300666e8492f5707dd30d2c8b571

Ideally if those could get synced up that would be great.

In the mean time the work around is to pin to the commit reference gem 'administrate-field-enum', git: 'https://github.com/valiot/administrate-field-enum', ref: 'e77b4b6'

egreer avatar Jan 25 '22 17:01 egreer