Skip to content

Conversation

@Edouard-chin
Copy link
Member

No description provided.

- The problem is here https://github.com/rake-compiler/rake-compiler/blob/f65f1f2a4f6ce3c0c54ca28fb4d857801e899f3a/lib/rake/extensiontask.rb#L261

  If a gem has a Rakefile that looks like `Rake::ExtensionTask.new('foo', gemspec)`,
  then Rake Compiler sets up packaging, which then conflicts with our
  own packacing task.

  The result is that the required_ruby_version that get dynamically set
  https://github.com/rake-compiler/rake-compiler/blob/f65f1f2a4f6ce3c0c54ca28fb4d857801e899f3a/lib/rake/extensiontask.rb#L276 is incorrect.

  Not super happy with this patch but I'll go with it for now
@Edouard-chin Edouard-chin merged commit a9ea619 into main Nov 13, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant