Closed avvari-da closed 4 years ago
UPDATE This helped with the installation - https://github.com/argerim/select2-rails/issues/194#issuecomment-571308643 Yet to evaluate usage
As by your link, this is an issue with select2-rails
. activeadmin-searchable_select
does not depend on thor
. On master
, select2-rails
has turned thor
into a development dependency. Apparently, the change has not been released yet as a gem, though. You should be able to bundle select2-rails
via a git
source in your Gemfile
:
gem 'select2-rails', git: 'https://github.com/argerim/select2-rails'
Closing this issue since there is nothing that can be done in the context of this gem.
am unable to install this gem due to "thor" depedency version issue