Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem 'bootstrap_form', '~> 5.4'
gem 'jasny-bootstrap-rails'

gem 'jquery-datatables-rails'
gem 'local_time', '~> 2.0.0'
gem 'local_time', '~> 2.1.0'

# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
Expand All @@ -66,7 +66,7 @@ gem 'multi_json'
gem 'representable', '~> 3.0.0'
gem 'roar-rails'

gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave', '~> 2.2'
gem 'carrierwave-mongoid', require: 'carrierwave/mongoid'

# AJAX file uploads
Expand Down Expand Up @@ -95,7 +95,7 @@ gem 'puma', '~> 6.6'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

gem 'rest-client', '~>2.0.2'
gem 'rest-client', '~>2.1'
## gem 'typhoeus'

## gem 'daemons'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
cqm-models (4.2.0)
cqm-validators (4.0.6)
nokogiri (>= 1.16.2)
Expand Down Expand Up @@ -323,6 +323,7 @@ GEM
rake (>= 13)
hashdiff (1.2.0)
highline (1.7.10)
http-accept (1.7.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (1.14.7)
Expand Down Expand Up @@ -366,7 +367,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
local_time (2.0.1)
local_time (2.1.0)
log4r (1.1.10)
logger (1.7.0)
loofah (2.24.1)
Expand All @@ -386,7 +387,7 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0826)
mime-types-data (3.2025.0916)
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
Expand Down Expand Up @@ -546,7 +547,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rest-client (2.0.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
Expand Down Expand Up @@ -719,7 +721,7 @@ DEPENDENCIES
cancancan
capybara
capybara-accessible
carrierwave (~> 2.2.5)
carrierwave (~> 2.2)
carrierwave-mongoid
codecov
cqm-models (~> 4.2.0)
Expand All @@ -744,7 +746,7 @@ DEPENDENCIES
kaminari-mongoid
launchy
listen
local_time (~> 2.0.0)
local_time (~> 2.1.0)
minitest
minitest-rails
minitest-reporters
Expand All @@ -766,7 +768,7 @@ DEPENDENCIES
remotipart (~> 1.2)
representable (~> 3.0.0)
responders
rest-client (~> 2.0.2)
rest-client (~> 2.1)
rexml (= 3.4.1)
roar-rails
rolify
Expand Down
2 changes: 1 addition & 1 deletion config/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ unit_matches:
- 'mg/dL'
# 2023 Bundle
# relevant for CMS832v1+ Creatinine Mass Per Volume
- hqmf_set_id : '2C928083-8651-08A3-0186-C7D18A711CB2'
- hqmf_set_id : '23EA3B65-BC71-42A6-870E-7A959BE80C3F'
de_type : 'QDM::LaboratoryTestPerformed'
code_list_id: '2.16.840.1.113762.1.4.1248.21'
units :
Expand Down
Loading