From b18cc6046110001ce808ffcf99ca54ee9e3c6879 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Sun, 13 Dec 2020 07:04:56 +0100 Subject: [PATCH] wip - use rom from "decouple-commands-from-relations" --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5a0d8230b..2108fe506 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gemspec eval_gemfile 'Gemfile.devtools' -gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'master' +gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'decouple-commands-from-relations' if ENV['DRY_TYPES_FROM_MASTER'].eql?('true') gem 'dry-types', git: 'https://github.com/dry-rb/dry-types.git', branch: 'master'