Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawalonoski committed Apr 25, 2017
1 parent 49e15a1 commit dd8d0bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rake'
gem 'pry'

# gem 'fhir_models', :path => '../fhir_models'
gem 'fhir_models', :git => 'https://github.com/fhir-crucible/fhir_models.git', :branch => 'profiling'
# gem 'fhir_models', :git => 'https://github.com/fhir-crucible/fhir_models.git', :branch => 'master'

group :test do
gem 'simplecov', :require => false
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
GIT
remote: https://github.com/fhir-crucible/fhir_models.git
revision: dd86311617cf4a31faf6b9f23e709c5662384196
branch: profiling
specs:
fhir_models (1.8.2)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 1.16, < 3)
nokogiri (>= 1.6)

PATH
remote: .
specs:
fhir_scorecard (1.8.1)
fhir_models (~> 1.8)

GEM
remote: https://rubygems.org/
Expand All @@ -25,6 +15,11 @@ GEM
coderay (1.1.1)
date_time_precision (0.8.1)
docile (1.1.5)
fhir_models (1.8.3)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 1.16, < 3)
nokogiri (>= 1.6)
i18n (0.8.1)
json (2.0.3)
method_source (0.8.2)
Expand Down Expand Up @@ -56,7 +51,6 @@ PLATFORMS

DEPENDENCIES
awesome_print
fhir_models!
fhir_scorecard!
minitest (~> 5.3)
minitest-reporters
Expand All @@ -65,4 +59,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
1.13.6
1.14.6
2 changes: 1 addition & 1 deletion fhir_scorecard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Gem::Specification.new do |s|

s.files = s.files = `git ls-files`.split("\n")

# s.add_runtime_dependency 'fhir_models', '~> 1.8'
s.add_runtime_dependency 'fhir_models', '~> 1.8'
end

0 comments on commit dd8d0bd

Please sign in to comment.