From bde23c149ba95770eb190d1259b010891ad9f36b Mon Sep 17 00:00:00 2001 From: HArsHA Ellanki Date: Sat, 15 Oct 2022 15:01:22 -0400 Subject: [PATCH] changed aca_enrities ref --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 557e9b6c..4601b88b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.3' -gem 'aca_entities', git: 'https://github.com/ideacrew/aca_entities.git', branch: 'ivl_renewals_determination_event' +gem 'aca_entities', git: 'https://github.com/ideacrew/aca_entities.git', branch: 'trunk' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.4', require: false