Skip to content

Commit

Permalink
Use mvp virtual attributes branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jul 12, 2024
1 parent c903c24 commit ff8a6db
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 => "jrafanie/activerecord-virtual_attributes", :branch => "allow_rails_7"
gem "activerecord-virtual_attributes", :github => "jrafanie/activerecord-virtual_attributes", :branch => "rails7_mvp"
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 ff8a6db

Please sign in to comment.