Skip to content

Commit

Permalink
Update to ancestry 3.0.0+ for rails 5.1 fix
Browse files Browse the repository at this point in the history
Rails exists? with empty hash in ancestry 2.2.x was broken by rails PR: 28699

Fixed in ancestry 3.0.0:
stefankroes/ancestry@8c43482

Extracted from ManageIQ#18076
  • Loading branch information
jrafanie committed Oct 10, 2018
1 parent 4995683 commit 4c38f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ manageiq_plugin "manageiq-schema"
gem "activerecord-id_regions", "~>0.2.0"
gem "activerecord-session_store", "~>1.1"
gem "acts_as_tree", "~>2.7" # acts_as_tree needs to be required so that it loads before ancestry
gem "ancestry", "~>2.2.1", :require => false
gem "ancestry", "~>3.0.2", :require => false
gem "bcrypt", "~> 3.1.10", :require => false
gem "bundler", ">=1.11.1", :require => false
gem "color", "~>1.8"
Expand Down

0 comments on commit 4c38f34

Please sign in to comment.