Skip to content

Commit

Permalink
Merge pull request #783 from junaruga/wip/rake-debug-protective
Browse files Browse the repository at this point in the history
Make "rake debug" protective for a Ruby OpenSSL loading error.
  • Loading branch information
rhenium committed Jul 26, 2024
2 parents a1aff21 + d5da6b3 commit ce2a091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ task :debug do
Providers: #{providers_str}
MESSAGE
EOF
ruby %Q(-I./lib -ropenssl -ve'#{ruby_code}')
ruby %Q(-I./lib -ropenssl.so -ve'#{ruby_code}')
end

task :default => :test

0 comments on commit ce2a091

Please sign in to comment.