NoRedInk/rspec-retry

rspec-retry-0.5.5 not working with latest rspec-core (3.7.0)

Closed this issue · 2 comments

Failure/Error: raise Gem::LoadError, "Unable to activate #{self.full_name}, because #{y}"
Gem::LoadError:
Unable to activate rspec-retry-0.5.5, because rspec-core-3.7.0 conflicts with rspec-core (< 3.7, > 3.3)

/usr/share/rubygems/rubygems/specification.rb:2030:in raise_if_conflicts' /usr/share/rubygems/rubygems/specification.rb:1176:in activate'
/usr/share/rubygems/rubygems.rb:186:in rescue in try_activate' /usr/share/rubygems/rubygems.rb:183:in try_activate'

avit commented

The gem dependencies were changed here to block supporting newer versions (rspec 3.5 at the time):

53363e2#diff-374f3b14dbd20f435fcd320439b5887d

It might still be compatible with 3.7, if this just gets changed back to ~> 3.3

Seems like this is resolved by #81 that has been merged?