diff --git a/Gemfile.lock b/Gemfile.lock index 9f56c050a..50fdb4738 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.1) deep_merge (1.2.2) digest-crc (0.6.4) rake (>= 12.0.0, < 14.0.0) @@ -297,7 +297,7 @@ GEM murmurhash3 (0.1.7) net-http-persistent (4.0.4) connection_pool (~> 2.2) - net-imap (0.4.10) + net-imap (0.4.19) date net-protocol net-pop (0.1.2) @@ -463,7 +463,7 @@ GEM listen (>= 2.7, < 4.0) spring (>= 4) thor (1.3.1) - timeout (0.4.1) + timeout (0.4.3) timers (4.3.5) traces (0.8.0) tzinfo (2.0.6) diff --git a/app/controllers/api/v2/scripts_controller.rb b/app/controllers/api/v2/scripts_controller.rb index 9848fa024..13e956d91 100644 --- a/app/controllers/api/v2/scripts_controller.rb +++ b/app/controllers/api/v2/scripts_controller.rb @@ -33,7 +33,7 @@ def deployed_cells expires_in 15.seconds, public: true, must_revalidate: true, stale_while_revalidate: 5.seconds - @deployed_cells = CellOutput.live.where(id: @contracts.map(&:deployed_cell_output_id)).page(@page).per(@page_size) + @deployed_cells = CellOutput.where(id: @contracts.map(&:deployed_cell_output_id)).page(@page).per(@page_size) end def referring_cells