Closed bblimke closed 8 years ago
version.rb tries to load gem_version.rb which is not part of the package.
This results with
`version.rb:1:in `require_relative': cannot load such file -- .../the_sortable_tree-2.6.0/gem_version (LoadError)`
@bblimke oh, I have to check it. Sorry.
@bblimke please try
gem 'the_sortable_tree', '2.6.1'
thank you for report!
version.rb tries to load gem_version.rb which is not part of the package.
This results with