diff --git a/lib/bootsnap/load_path_cache/store.rb b/lib/bootsnap/load_path_cache/store.rb index 835daee5..5f5e9fa2 100644 --- a/lib/bootsnap/load_path_cache/store.rb +++ b/lib/bootsnap/load_path_cache/store.rb @@ -91,7 +91,7 @@ def dump_data FileUtils.mv(tmp, @store_path) rescue Errno::EEXIST retry - rescue Errno::EROFS + rescue SystemCallError end end end