-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
issue with 2.0.2 #333
Comments
What operating system ? And, was this installed through gem or bundler? Can you copy paste the logs for when you install 2.0.2? Probably something in the gem did not get packaged correctly. But I can’t imagine what. |
Using bundle. Added to my Gemfile |
And OS? |
Decided to have a look into this since I think we might see more reports of this soon. I'm on $ gem install commonmarker -v 2.0.2
Fetching commonmarker-2.0.2-arm64-darwin.gem
Successfully installed commonmarker-2.0.2-arm64-darwin
Parsing documentation for commonmarker-2.0.2-arm64-darwin
Installing ri documentation for commonmarker-2.0.2-arm64-darwin
Done installing documentation for commonmarker after 0 seconds
1 gem installed
A new release of RubyGems is available: 3.5.22 → 3.6.2!
Run `gem update --system 3.6.2` to update your installation.
$ irb -rcommonmarker
/Users/kivikakk/.gem/ruby/3.3.0/gems/irb-1.14.0/lib/irb/init.rb:471: warning: LoadError: cannot load such file -- commonmarker/commonmarker
irb(main):001>
Same on 3.4.0preview2, with same extracted tree and error, but that may be because it's the preview (what I have in my current Nixpkgs pin) and it seems to use Works on Ruby 3.2.5 without any issues, so I'm guessing it's the lack of edit: confirmed works fine on 3.4.1. |
That’s really strange. Nothing about the build system changed that should have affected the packaging; doubly weird that it’s only 3.3. |
The only clue I could find is this reference to rake-compiler-dock (which was upgraded to support Ruby 3.4): https://github.com/rake-compiler/rake-compiler-dock/blob/cc37afbe112d14ccacec6bf7b4d78852cfc74aba/History.md?plain=1#L35 But even still, it looks like OP is using 3.3.6. Edit: ah, but this refers to the Ruby version on the docker image building the gem. So yeah this might actually need to change: https://github.com/oxidize-rb/rb-sys/blob/5d1999ba70d301581524b8252c8ff3b8a825afa2/docker/Dockerfile.arm64-darwin#L3 |
Ah, yep, might need to be |
I just ran into this problem in CI on GitHub Actions. You can see a failed run here: https://github.com/bullet-train-co/bullet_train-core/actions/runs/12549241610/job/34989960868 We're running Ruby 3.3.6. There's the complaint about It looks like this fallback line doesn't work as intended:
|
Yep. There’s already a PR open upstream for the fix. |
Hello, when I start
rails s
I have a crashwith version 2.0.1 everything works fine.
Ruby 3.3.6 and Rails 8.0.1.
The text was updated successfully, but these errors were encountered: