diff --git a/Gemfile b/Gemfile index fa26ad04..318948c5 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 058986f3..7e0d57f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -385,7 +383,6 @@ PLATFORMS DEPENDENCIES active_model_serializers addressable - autoprefixer-rails bcp47 coffee-rails (~> 4.0.0) daemons diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index f491c137..841a6078 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -29,7 +29,7 @@

Test FHIR Conformance

Crucible provides a comprehensive testing capability for FHIR DSTU2, STU3 and R4. - To get started, enter a publically accessible URL in the form below. + To get started, enter a FHIR URL in the form below.