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

Commit

Permalink
Merge pull request #305 from fhir-crucible/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
arscan authored Jun 10, 2019
2 parents ea1bcb5 + 750c97f commit 0e1bf8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'synthea', :git => 'https://github.com/synthetichealth/synthea.git', :branch
#gem 'synthea', :path => '../synthea'

gem 'mongoid', '>= 4.0.0', '< 5' # lock mongoid below 5 for the moment, as it requires code changes
gem 'autoprefixer-rails'
# gem 'autoprefixer-rails'
gem 'nokogiri'
gem 'date_time_precision'
gem 'rest-client'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ GEM
area (0.10.0)
fastercsv (~> 1.5)
arel (6.0.4)
autoprefixer-rails (9.5.1)
execjs
bcp47 (0.3.3)
i18n
bson (3.2.7)
Expand Down Expand Up @@ -385,7 +383,6 @@ PLATFORMS
DEPENDENCIES
active_model_serializers
addressable
autoprefixer-rails
bcp47
coffee-rails (~> 4.0.0)
daemons
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="service-list-item">
<h2>Test FHIR Conformance</h2>
Crucible provides a comprehensive testing capability for <strong>FHIR DSTU2, STU3 and R4</strong>.
To get started, enter a publically accessible URL in the form below.
To get started, enter a FHIR URL in the form below.

</div>
<div class="service-list-item">
Expand Down

0 comments on commit 0e1bf8e

Please sign in to comment.