Skip to content

Commit

Permalink
Merge pull request #2164 from broadinstitute/development
Browse files Browse the repository at this point in the history
Release 1.84.0
  • Loading branch information
eweitz authored Oct 31, 2024
2 parents aadcebe + 2b8d0e3 commit fa3e063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.3.6)
strscan
rexml (3.3.9)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -488,7 +487,6 @@ GEM
ssrf_filter (1.1.2)
stackprof (0.2.17)
stringio (3.1.0)
strscan (3.1.0)
swagger-blocks (3.0.0)
sys-filesystem (1.4.1)
ffi (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Application < Rails::Application
config.middleware.use Rack::Brotli

# Docker image for file parsing via scp-ingest-pipeline
config.ingest_docker_image = 'gcr.io/broad-singlecellportal-staging/scp-ingest-pipeline:1.36.1'
config.ingest_docker_image = 'gcr.io/broad-singlecellportal-staging/scp-ingest-pipeline:1.37.0'

# Docker image for image pipeline jobs
config.image_pipeline_docker_image = 'gcr.io/broad-singlecellportal-staging/image-pipeline:0.1.0_c2b090043'
Expand Down

0 comments on commit fa3e063

Please sign in to comment.