CGamesPlay/haml_user_tags

no release available with updated dependencies

Closed this issue · 2 comments

Hi team,
I noticed you have a commit (60dc851) to address some updated dependencies (particularly around Erubis deprecation in Rails 5.1), but there is no release available on rubygems.org that includes that commit. I would like to use with Rails > 5.1

Hi @fredwillmore, I will try to get a new release of this software this week. In the mean time, you can reference the specific version directly:

gem 'haml_user_tags', github: 'CGamesPlay/haml_user_tags', ref: '60dc851b3c7df32b4b2dd8d7cd7bbc587a3be0bf'

See here for more info about this trick.

I've gone ahead and pushed an updated version to include the latest commits. Note however that in my testing I discovered that the library is incompatible with many of the latest versions of packages and I wasn't able to install a working set of dependencies to even get the test suite running. Please see the new note in the README for more info.