Gemfile in hqmf2js-1.0.1 vs Gemfile in hqmf2js-1.1.0

- old
+ new

@@ -1,25 +1,20 @@ source "http://rubygems.org" -gem 'rails' +gem 'rails', '3.2.9' group :assets do gem 'sass-rails' gem 'coffee-rails' gem 'uglifier' end -#gem "hquery-patient-api", :git => 'http://github.com/pophealth/patientapi.git', :branch => 'develop' -#gem 'hquery-patient-api', :path => '../patientapi' -gem 'hquery-patient-api', '~> 0.3.0' -#gem 'hqmf-parser', :git => 'https://github.com/pophealth/hqmf-parser.git', :branch => 'develop' -#gem 'hqmf-parser', :path => '../hqmf-parser' -gem 'hqmf-parser', '~> 1.0.4' -#gem "health-data-standards", :git => 'http://github.com/projectcypress/health-data-standards.git', :branch => 'develop' -gem "health-data-standards", '~> 2.1.3' +gem "hquery-patient-api", '~> 1.0.0' +gem 'hqmf-parser', '~> 1.1.0' +gem "health-data-standards", '~> 2.2.0' gem 'nokogiri' -gem 'sprockets' +gem 'sprockets', '~> 2.2.2' gem 'coffee-script' gem 'uglifier' gem 'tilt' gem 'rake' gem 'pry'