Skip to content

Commit

Permalink
add missing matrix gem no longer in stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Feb 5, 2024
1 parent 3487f50 commit 37291e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PATH
bio (~> 1.4)
bio-blastxmlparser (~> 2.0)
genevalidatorapp (~> 2.1.8)
matrix (~> 0.4.2)
net-ftp (~> 0.1.3)
rack (~> 2.0)
slim (~> 3.0)
Expand Down Expand Up @@ -36,6 +37,7 @@ GEM
sinatra-cross_origin (~> 0.3)
slim (~> 3.0)
log4r (1.1.10)
matrix (0.4.2)
mini_portile2 (2.8.5)
minimization (0.2.5)
text-table (~> 1.2)
Expand Down
3 changes: 2 additions & 1 deletion genevalidator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Gem::Specification.new do |s|
s.add_dependency 'bio', '~> 1.4'
s.add_dependency 'bio-blastxmlparser', '~> 2.0'
s.add_dependency 'genevalidatorapp', '~> 2.1.8'
s.add_dependency 'net-ftp', '~> 0.1.3'
s.add_dependency 'matrix', '~> 0.4.2' # required by statsample
s.add_dependency 'net-ftp', '~> 0.1.3' # required by ncbi-blast-dbs
s.add_dependency 'rack', '~> 2.0'
s.add_dependency 'slim', '~>3.0'
s.add_dependency 'statsample', '2.1.0'
Expand Down

0 comments on commit 37291e1

Please sign in to comment.