-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Syntax error in map.rb #269
Comments
Same here. ruby 3.0.6 in our case. |
Same issue. I'm using ruby 3.0.2 and rails 7.0.8 |
Same. Ruby 3.0.6. Rails 7.0.6 |
Looks like a fix is already on its way |
I've just released importmap-rails 2.0.3, which should restore compatibility with Ruby 2.7/3.0 for now. 🤞 However it's most likely that future versions will not support versions of Ruby below 3.1 (and the gemspec will reflect this so not get pulled in). Ruby 3.0 has been EOL for even security updates from Ruby upstream since April of this year so it is probably time to upgrade ❤. |
I just updated importmaps to v2.0.2 and I am getting an syntax error in map.rb:45
importmap-rails-2.0.2/lib/importmap/map.rb:45: syntax error, unexpected ')'
...s_and_directories(entry_point:), resolver:).values
The text was updated successfully, but these errors were encountered: