test/extconf.rb in rice-4.1.0 vs test/extconf.rb in rice-4.2.0
- old
+ new
@@ -1,6 +1,5 @@
require 'bundler/setup'
-require 'rice'
require 'mkmf-rice'
require 'rbconfig'
# Totally hack mkmf to make a unittest executable instead of a shared library
target_exe = "unittest#{RbConfig::CONFIG['EXEEXT']}"