Closed neilmiddleton closed 5 years ago
Tried to update to 3.1.4 but:
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
awesome_nested_set (~> 3.1.4) was resolved to 3.1.4, which depends on
activerecord (< 5.3, >= 4.0.0)
rails (~> 6.0.0rc1) was resolved to 6.0.0.rc1, which depends on
activerecord (= 6.0.0.rc1)
Seems like it happens because of rails-rspec dependency (somewhere it contains '<5.3') I updated it to 3.8 (from 3.5) and error doesn't appear.
Fixed by #401
To use until a version is released with this change:
gem 'awesome_nested_set', github: 'collectiveidea/awesome_nested_set', branch: 'master'