From 60ed5dbe77ebf18387bb929aa104e111ad069d11 Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Thu, 3 Nov 2016 15:16:20 +0000 Subject: [PATCH] (HC-94) Pin hocon gem to ~> 1.2 Rather than having the hocon gem requirement be the latest version, pin it to 1.2 to be save. We can update it as new versions of the gem are released. --- .sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.sync.yml b/.sync.yml index 14b0c7e..e0616c0 100644 --- a/.sync.yml +++ b/.sync.yml @@ -5,3 +5,4 @@ Gemfile: optional: ':default': - gem: hocon + version: '~> 1.2'