argerim / select2-rails

Integrate Select2 javascript library with Rails asset pipeline
https://github.com/argerim/select2-rails
965 stars 374 forks source link

upgrade thor #197

Closed klausbadelt closed 4 years ago

klausbadelt commented 4 years ago

This solves Bundler could not find compatible versions for gem "thor": with other gems like solargraph

Bulatkin commented 4 years ago

Agree. We faced the same problem using it with Rails 6.1 version. As it goes with thor ~> 1.0 dependency.

hidr0 commented 1 year ago

Do you mind if I do the same for 3.5, and merge it as version 3.5.11?

We are stuck using v3 and v4 does not work. I will fork it for now, but It would be neat-er if we are able to use 3.5 on rails7.

geetfun commented 1 year ago

@hidr0 I believe there's already 3.5.11. This should probably be bumped for 3.5.12 if there's an issue with thor.

See: https://rubygems.org/gems/select2-rails/versions/3.5.11

johnloringpollard commented 3 months ago

Did anybody do this for version 3? @hidr0? I'm trying not to update all my javascript and CSS but would like to be able to update my other gems.