Open xb opened 10 years ago
Probably the offending code is
OLD_JRUBY_IN_USE = JRUBY_IN_USE && (JRUBY_VERSION < '1.7.5')
in https://github.com/jimweirich/rspec-given/commit/d1d61d48461838844101257bb9c021958b059f29 which does a string comparison and no software version comparison.
Probably the offending code is
in https://github.com/jimweirich/rspec-given/commit/d1d61d48461838844101257bb9c021958b059f29 which does a string comparison and no software version comparison.