Skip to content

Commit

Permalink
Update dependencies,travis. v3.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed May 1, 2018
1 parent 9158eba commit ae8a1ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- "2.2.7"
- "2.3.7"
- "2.4.4"
- "2.5.1"
- 2.2
- 2.3
- 2.4
- 2.5
before_install:
- gem update --system
- gem install bundler
Expand All @@ -13,7 +13,7 @@ script:
notifications:
email:
recipients:
- [email protected]
- [email protected]
on_failure: change
addons:
code_climate:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby RUBY_VERSION

# gem 'fhir_models', :path => '../fhir_models'
# gem 'fhir_models', git: 'https://github.com/fhir-crucible/fhir_models.git', :branch => '3.0.0-release'
# gem 'fhir_dstu2_models', :path => '../fhir_dstu2_models'

gemspec

Expand Down
6 changes: 3 additions & 3 deletions fhir_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 3'
spec.add_dependency 'addressable', '>= 2.3'
spec.add_dependency 'fhir_models', '>= 3.0.2'
spec.add_dependency 'fhir_dstu2_models', '>= 1.0.3'
spec.add_dependency 'nokogiri'
spec.add_dependency 'fhir_models', '>= 3.0.3'
spec.add_dependency 'fhir_dstu2_models', '>= 1.0.4'
spec.add_dependency 'nokogiri', '>= 1.8.2'
spec.add_dependency 'oauth2', '~> 1.1'
spec.add_dependency 'rack', '>= 1.5'
spec.add_dependency 'rest-client', '~> 2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
class Client
VERSION = '3.0.4'
VERSION = '3.0.5'
end
end

0 comments on commit ae8a1ee

Please sign in to comment.