From 60aa0d3f7b850db60b010c2bc2e7dd2f031286ac Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Fri, 5 Mar 2021 06:49:41 +0100 Subject: [PATCH] Do not use rom from master here --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5a0d8230b..ea10ee4c6 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,6 @@ gemspec eval_gemfile 'Gemfile.devtools' -gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'master' - if ENV['DRY_TYPES_FROM_MASTER'].eql?('true') gem 'dry-types', git: 'https://github.com/dry-rb/dry-types.git', branch: 'master' end