Skip to content
Merged
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
25 changes: 11 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,13 @@ GEM
simplecov
unicode-display_width (>= 1.3.3)
with_clean_rbenv
ndr_error (2.3.3)
ndr_error (2.3.4)
ndr_ui (< 5.0)
net-imap
net-pop
net-smtp
rails (>= 6.1, < 8.1)
rails (>= 7.1, < 8.2)
will_paginate
ndr_import (11.4.1)
ndr_import (11.5.0)
activemodel
activesupport (>= 7.1, < 8.1)
activesupport (>= 7.1, < 8.2)
avro (~> 1.11.0)
bio-vcf (~> 0.9.5)
csv
Expand All @@ -329,18 +326,18 @@ GEM
spreadsheet (= 1.2.6)
ndr_pseudonymise (0.4.2)
activesupport
ndr_support (5.10.5)
activerecord (>= 7.1, < 8.1)
activesupport (>= 7.1, < 8.1)
ndr_ui (4.1.3)
ndr_support (5.11.1)
activerecord (>= 7.1, < 8.2)
activesupport (>= 7.1, < 8.2)
ndr_ui (4.1.4)
bootstrap-sass (~> 3.4.1)
jquery-rails (~> 4.6)
rails (>= 6.1, < 8.1)
rails (>= 7.1, < 8.2)
sprockets (>= 4.0)
sprockets-rails (>= 3.0.0)
ndr_workflow (1.2.4)
ndr_workflow (1.2.5)
ndr_support (~> 5.0)
rails (>= 7.0, < 8.1)
rails (>= 7.1, < 8.2)
nenv (0.3.0)
net-imap (0.5.15)
date
Expand Down
4 changes: 0 additions & 4 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Avoid spurious deprecation warning on STDERR with capistrano 2 and bundler 2.x
set :bundle_cmd, 'BUNDLE_SILENCE_DEPRECATIONS=true bundle'

require 'bundler/capistrano'
require 'ndr_dev_support/capistrano/ndr_model'
require 'delayed/recipes'
require 'resolv'
Expand Down
Binary file removed vendor/cache/ndr_error-2.3.3.gem
Binary file not shown.
Binary file added vendor/cache/ndr_error-2.3.4.gem
Binary file not shown.
Binary file removed vendor/cache/ndr_import-11.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ndr_import-11.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/ndr_support-5.10.5.gem
Binary file not shown.
Binary file added vendor/cache/ndr_support-5.11.1.gem
Binary file not shown.
Binary file removed vendor/cache/ndr_ui-4.1.3.gem
Binary file not shown.
Binary file added vendor/cache/ndr_ui-4.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/ndr_workflow-1.2.4.gem
Binary file not shown.
Binary file added vendor/cache/ndr_workflow-1.2.5.gem
Binary file not shown.
Loading