Closed stanhu closed 1 day ago
@toupeira Ok, this should looks like it's all green now. 😄
Spoke too soon. Looks like mutex_m
is being moved to a bundled gem in Ruby head: https://bugs.ruby-lang.org/issues/19885
+1
@toupeira Could you take a look at this? We haven't heard from @nbulaj for a while. I'm also happy to take on maintainership duties if you want to add me to this project and Rubygems.
Hey @stanhu . I see all your hard-work for this project, but unfortunately I’m in a hospital with pneumonia so I’ll be able to check all these later
@nbulaj Oh, no, I'm sorry to hear that! I hope you get better soon.
@nbulaj Hope you are feeling better. Thanks for the merge!
When you get a chance, could you tag a new release? Thank you!
The tests were failing because the current gemspec allows sqlite3 >= 1.3.6, but the external Gemfiles used older versions.
To avoid this, BUNDLE_GEMFILE needs to be set as documented in https://github.com/ruby/setup-ruby:
To use a Gemfile which is not at the root or has a different name, set BUNDLE_GEMFILE in the env at the job level as shown in the example.