hqmf-parser 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
@@ -7,7 +7,7 @@ gem 'nokogiri'
|
|
7
7
|
gem 'rubyzip'
|
8
8
|
|
9
9
|
#gem "health-data-standards", :git => 'http://github.com/projectcypress/health-data-standards.git', :branch => 'develop'
|
10
|
-
gem "health-data-standards", '2.1.
|
10
|
+
gem "health-data-standards", '~> 2.1.2'
|
11
11
|
gem "bson_ext"
|
12
12
|
|
13
13
|
# below are gems required for excel spreadsheet processing
|