Skip to content

Commit

Permalink
WIP test pre-virtual attributes rails 7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jul 31, 2024
1 parent aca1bbb commit bc3564b
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 @@ -22,7 +22,7 @@ manageiq_plugin "manageiq-schema"

# Unmodified gems
gem "activerecord-session_store", "~>2.0"
gem "activerecord-virtual_attributes", :github => "ManageIQ/activerecord-virtual_attributes", :branch => "master"
gem "activerecord-virtual_attributes", :github => "kbrock/activerecord-virtual_attributes", :branch => "allow_rails_7"
gem "acts_as_tree", "~>2.7" # acts_as_tree needs to be required so that it loads before ancestry
gem "ancestry", "~>4.1.0", :require => false
gem "awesome_spawn", "~>1.6", :require => false
Expand Down

0 comments on commit bc3564b

Please sign in to comment.