Skip to content

Commit df05851

Browse files
committed
Pin Hyrax version for chunk upload fix
This approach keeps the submodule’s Hyku version pinned to 315925a4 (the version currently deployed to production) while still incorporating the chunk upload fix by specifying the Hyrax version in bundler.d/example.
1 parent c0fd039 commit df05851

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bundler.d/example.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
ensure_gem "sentry-ruby"
1010
ensure_gem "sentry-rails"
1111
ensure_gem "cancancan", "~> 3.0" # cancancan is bundling to v1.17.0 but we need at least 3.0
12+
13+
override_gem "hyrax",
14+
github: "samvera/hyrax",
15+
ref: "d6330a1c048bd498da852325a502f8dba0467c11"

0 commit comments

Comments
 (0)