diff --git a/Gemfile b/Gemfile index 557e9b6..4601b88 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