Closed rdvdijk closed 4 years ago
This adds an explicit requirement of ActiveSupport::Inflector, which solves #386.
ActiveSupport::Inflector
Using this Gemfile:
Gemfile
source "https://rubygems.org" gem "activerecord" gem "acts_as_list"
The following will now work:
bundle install bundle console # would fail previously
Perfect! 👍 Would you like a release or are you happy to work with master for now?
master
I don't need a release, this can wait. But thanks!
This adds an explicit requirement of
ActiveSupport::Inflector
, which solves #386.Using this
Gemfile
:The following will now work: