Closed bkutil closed 10 years ago
Avl_tree's gemspec is missing a runtime dependency on atomic gem, so when installed via bundler, a LoadError is raised on require 'red_black_tree':
irb(main):001:0> require 'red_black_tree' LoadError: cannot load such file -- atomic
This patch adds the missing dependency.
Hiroshi Nakamura » avl_tree #27 SUCCESS This pull request looks good (what's this?)
Good catch. Thank you!
Avl_tree's gemspec is missing a runtime dependency on atomic gem, so when installed via bundler, a LoadError is raised on require 'red_black_tree':
This patch adds the missing dependency.