Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"thor" dependency issue with Rails 6 #19

Closed
avvari-da opened this issue May 18, 2020 · 2 comments
Closed

"thor" dependency issue with Rails 6 #19

avvari-da opened this issue May 18, 2020 · 2 comments

Comments

@avvari-da
Copy link

am unable to install this gem due to "thor" depedency version issue

@avvari-da
Copy link
Author

UPDATE
This helped with the installation - argerim/select2-rails#194 (comment)
Yet to evaluate usage

@tf
Copy link
Member

tf commented May 18, 2020

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.

@tf tf closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants