Skip to content

Commit

Permalink
for ruby 3.4.x we should require 'mixlib/shellout'
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Feb 10, 2025
1 parent 046f6c3 commit 38333a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
require 'rake/clean'
require 'rake/testtask'
require "ruby_memcheck"
begin
require 'mixlib/shellout'
rescue LoadError
end

CLEAN.include '**/*.o'
CLEAN.include "**/*.#{(defined?(RbConfig) ? RbConfig : Config)::MAKEFILE_CONFIG['DLEXT']}"
Expand Down

0 comments on commit 38333a5

Please sign in to comment.