diff --git a/Gemfile.lock b/Gemfile.lock index 069b6b5d..32a176db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,6 +82,7 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt_pbkdf (1.1.1) + bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) bigdecimal (3.1.8) bindex (0.8.1) @@ -162,7 +163,7 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) - dry-schema (1.13.3) + dry-schema (1.13.4) concurrent-ruby (~> 1.0) dry-configurable (~> 1.0, >= 1.0.1) dry-core (~> 1.0, < 2) @@ -235,7 +236,7 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.22.3) + minitest (5.23.1) msgpack (1.7.2) mutex_m (0.2.0) net-http (0.4.1) @@ -262,7 +263,7 @@ GEM racc (~> 1.4) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) - ocfl (0.4.1) + ocfl (0.6.0) activesupport (>= 7.0) dry-monads (~> 1.6) dry-schema (~> 1.13) diff --git a/app/models/storage_root.rb b/app/models/storage_root.rb index 401726c2..418e6846 100644 --- a/app/models/storage_root.rb +++ b/app/models/storage_root.rb @@ -65,7 +65,7 @@ def relative_path end def absolute_path - object_root.path(:head, @file_name) + object_root.path(filepath: @file_name) end private