diff --git a/Gemfile b/Gemfile index 5a0d8230..2108fe50 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'