From fec5bc9ce61168d4d452ea40071a14241a5401f1 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Thu, 6 Jun 2019 15:43:14 -0400 Subject: [PATCH] WIP peg Gemfile to force failure this pegs to the previous version of virtual attributes to force an alias failure from custom attributes with non-sql friendly names Forcing the failure to ensure there is a test case that ensures this has been fixed --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 823d94dfb3e..3dcfeffc272 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ manageiq_plugin "manageiq-providers-ansible_tower" # can't move this down yet, b manageiq_plugin "manageiq-schema" # Unmodified gems -gem "activerecord-virtual_attributes", "~>1.3.1" +gem "activerecord-virtual_attributes", "=1.3.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", "~>3.0.4", :require => false