From ff0e5214504e12165e7e1b1b5080335c44391ce6 Mon Sep 17 00:00:00 2001 From: peter li Date: Fri, 2 Mar 2018 15:29:41 -0500 Subject: [PATCH] Update Gemfile --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4d60f6eea..dc9d486b1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,8 +13,8 @@ gem 'health-data-standards', git: 'https://github.com/OSEHRA/health-data-standar gem 'quality-measure-engine', git: 'https://github.com/OSEHRA/quality-measure-engine.git', branch: 'bump_mongoid-carias-adj' gem "hqmf2js", :git=> "https://github.com/OSEHRA/hqmf2js.git" -gem 'nokogiri', '~> 1.6.8' -gem 'rubyzip', '1.2.0' +gem 'nokogiri', '~> 1.8.1' +gem 'rubyzip', '1.2.1' gem 'net-ssh', '2.9.1' gem 'hquery-patient-api', '1.0.4' gem 'spreadsheet', '1.0.3'