We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4e102 commit 51c9b81Copy full SHA for 51c9b81
fhir_client.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
23
spec.add_dependency 'activesupport', '>= 3'
24
spec.add_dependency 'addressable', '>= 2.3'
25
- spec.add_dependency 'fhir_models', '>= 1.6.1'
+ spec.add_dependency 'fhir_models', '>= 1.6.6'
26
spec.add_dependency 'nokogiri'
27
spec.add_dependency 'oauth2', '~> 1.1'
28
spec.add_dependency 'rack', '>= 1.5'
lib/fhir_client/version.rb
@@ -1,5 +1,5 @@
1
module FHIR
2
class Client
3
- VERSION = '1.6.4'
+ VERSION = '1.6.6'
4
end
5
0 commit comments