vite-plugin-ruby 5.1.0 is not compatible with the latest version of vite_ruby 3.8.1 #493
Closed
1 of 2 tasks
Labels
bug: pending triage
Something doesn't seem to be working, but hasn't been verified
bundle update vite_ruby
.Description 📖
I use dependabot for my upgrades, and got PRs for both
vite_ruby
3.8.1 andvite-plugin-ruby
5.1.0The upgrade of
vite-plugin-ruby
from 5.0.0 to 5.1.0 fails because, it is not compatible with `vite_ruby 3.8.1Looking at https://github.com/ElMassimo/vite_ruby/blob/main/vite_ruby/lib/vite_ruby/version.rb#L8 I would expect 5.1.0 to satisfy the requirement.
Reproduction 🐞
Failing PR from dependabot: robbevp/feed-reader#446
Running
bin/rake vite:info
fails because of the compatibility check, see log belowLogs 📜
If not providing a reproduction:
Output
``` > DEBUG=vite-plugin-ruby:* bin/vite build /nix/store/f1dy1swvhipwjkvia93g8m096q3mnk5w-ruby3.3-vite_ruby-3.8.1/lib/ruby/gems/3.3.0/gems/vite_ruby-3.8.1/lib/vite_ruby/compatibility_check.rb:24:in `raise_unless_satisfied': vite-plugin-ruby@^5.1.0 might not be compatible with vite_ruby-3.8.1 (ArgumentError) ```The text was updated successfully, but these errors were encountered: