rubygems / bundler

Manage your Ruby application's gem dependencies

Home Page:https://bundler.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update mustermann to 1.1.0

jeremyevans opened this issue · comments

The keyword argument separation issues in mustermann 1.0.3 (which bundler currently uses in tests) are currently blocking the separation of positional and keyword arguments in Ruby 3 development (ruby/ruby#2794). Updating to mustermann 1.1.0 should fix those issues and allow for Ruby 3 development in this area to continue. Can you please update the tests to use mustermann 1.1.0?

mustermann 1.1.0 release breaks our CI. See #7523 (comment)

Because we don't pin mustermann version. We just pin sinatra version to '~> 2.0`: https://github.com/bundler/bundler/blob/master/spec/support/rubygems_ext.rb#L22

#7526 will fix the CI failure with mustermann 1.1.0.

I'm sorry. We should have better pinning of our test dependencies to avoid this kind of issues. Thanks for fixing this for the time being anyways!

Closing!